-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.8.0 #237
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: supsub
[docs] Add security estimates of implemented curves in comments
[perf] KZG verify
refactor: restore ScalarMultiplication (from ScalarMul name change in previous merge)
fix: remove supportAdx race condition in internal/fptower)
element.SetString() returns error instead of panic if invalid input)
updates go.mod direct deps
…indows in when testing.Short not set) (#226) * fix: if config.NbTasks > 1024 in multiExp call, error * docs: updated MultiExp godoc * test: test all possible c-bit window of msm when testing.Short is not set * fix: for G2 msm test, don't test for large values of c-bit windows
* fix(Fp12): handle edge case g3==0 in Karabina decompression * fix(Fp24): handle edge case g3==0 in Karabina decompression * fix(Fp6): handle edge case g3==0 in Karabina decompression + faster Expt
* fix: throw an error when inverse by 0 in BatchCompressTorus * fix(bls24-317): throw an error when inverse by 0 in BatchCompressTorus * docs: prettify doc Co-authored-by: Gautam Botrel <gautam.botrel@gmail.com>
…+ test (#225) * test(all): test Batch aff conv. + explicitly out (0,0) when point at inf * fix: avoid out-of-bounds access in batch point conversion * fix: since results is allocated in BatchJacobianToAffine, inf -> inf is implicit Co-authored-by: Gautam Botrel <gautam.botrel@gmail.com>
docs: correct some typos in comments
* docs: updated README.md * docs: start updating readme.md * docs: polish readme.md with updated godoc links * docs: godoc for bn254 package * docs: godoc package level for all ecc/ curves * docs: updated field/goff godoc
* style: acknowledge sqrtRatio and A!=0 findings * refactor: SSWU fewer todos. TODO (:p) no isogeny case for A coeff * style: updated svdw standard reference, no change since previous version * style: sswu references, no change since latest implementation * style: update reference for sqrt_ratio q = 3 mod 4, no change * style: update sqrt_ratio refs for any field, no change * style: update sgn0 ref and prettify * style: update hash and encode to curve refs * style: more reference updates and pretty squaring * style: decision made to keep variables local to function when possible * style: more exponent prettification
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[v0.8.0] - 2022-08-03
This version was partially audited by Kudelski Security for the Algorand Foundation. (TODO insert report link).
The scope of the audit covered
bn254
andbls12-381
packages (including field arithmetic).Feat
Fix
Perf
Refactor & Docs
Test
Pull Requests