-
Notifications
You must be signed in to change notification settings - Fork 207
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
Optimizations to KZG commitment scheme #300
Merged
Merged
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
credit: storojs72
credit: storojs72
credit: storojs72
huitseeker
added a commit
to huitseeker/arecibo
that referenced
this pull request
Jan 25, 2024
This is a port of the following upstream PRs: - microsoft/Nova#299 - microsoft/Nova#300
huitseeker
added a commit
to huitseeker/arecibo
that referenced
this pull request
Jan 25, 2024
This is a port of the following upstream PRs: - microsoft/Nova#299 - microsoft/Nova#300
huitseeker
pushed a commit
to huitseeker/Nova
that referenced
this pull request
Jan 26, 2024
* simplify kzg_verify_batch closure credit: storojs72 * parallel computation of polynomials credit: storojs72 * eliminate computation of the last commitment credit: storojs72 * update tests to account for the new behavior of the Prove method * simplify tests
github-merge-queue bot
pushed a commit
to lurk-lang/arecibo
that referenced
this pull request
Jan 26, 2024
* refactor: move mlkzg -> hyperkzg * refactor: Refactor HyperKZG comments This is a port of the following upstream PRs: - microsoft/Nova#299 - microsoft/Nova#300 * refactor: Refactor engine and testing parameters in pcs.rs - in the IPA Evaluation Engine, transitioning from GrumpkinEngine to Bn256Engine, - avoids noise due to field arithmetic differences
huitseeker
added a commit
to huitseeker/Nova
that referenced
this pull request
Feb 14, 2024
- Added comprehensive comments in `non_hiding_kzg.rs` and `pedersen.rs` files for clarity and explanation of abomonation annotations - Updated `traits.rs` and `pasta.rs` with compile-time assertions for group data memory representation - Included a new dependency on `static_assertions` version `1.1.0` in `Cargo.toml`.
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.
credit: storojs72