-
Notifications
You must be signed in to change notification settings - Fork 163
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.11.2 #438
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
* Fix some typos * Run gofmt (to fix IDE's autofixes) * Run go generate
* Add testing * Adding test * adding test * adding test * add dep * adding case * adding new files * adding new files * removing folders
* Fix some implicit memory aliasing in for loops * Fix the other findings * Remove replaced "do not edit" comments * Revert "Remove replaced "do not edit" comments" This reverts commit 2bf6621. * Revert "Revert "Remove replaced "do not edit" comments"" This reverts commit 37ff68f. * Revert changed imports * Use different fix style * Add back newline * Revert "Add back newline" This reverts commit 4a2a4fa.
* Disable check shadowing in govet linter * Rename poolsStats var to stats
* feat: Marshal [][]fr.Element * test: marshal [][]fr.Element * fix: nbBytesWritten
* Run golangci-lint on generated files * Make it more portable * Run golangci-lint last
…boost on 96cores) (#403) * feat: add semaphore in msm and better split strategy * fix: close the chan semaphore * perf: reduced default value of nbTasks
Feat/fold pedersen
fix: do not read empty slices as nil
* feat: add benchmarks for edwards point negation Signed-off-by: Ignacio Hagopian <[email protected]> * generate: regenerate code Signed-off-by: Ignacio Hagopian <[email protected]> * feat: avoid redundant coordination assignement in edwards point negations Signed-off-by: Ignacio Hagopian <[email protected]> * generate: regenerate code Signed-off-by: Ignacio Hagopian <[email protected]> --------- Signed-off-by: Ignacio Hagopian <[email protected]>
Feat/gkr custom gates
* perf: add unrolled FFT for sis * perf: fast limb decomposition for known params * test: push failing test * fix: fix hardcoded limb decomposition and its test * fix: make linter happier * tmp commit * tmp commit * cleaning up * perf: put all twiddle coset in consecutive memory * fix: re ran go generate * test: uncomment commented test
* fix: eqAcc bug for bn254 * build: generify fix
* feat: add AsyncReadFrom to fr.Vector and fft.Domain * fix: template with hardcoded element name
* fix: bytes-bits mismatch when masking excess bits in ecdsa * chore: go generate
* feat: smallRational.BigInt() * refactor: simpler ElementToInterface
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.
Description
v0.11.2 placeholder.