Merged
Conversation
This was referenced Oct 31, 2023
huitseeker
added a commit
to huitseeker/Nova
that referenced
this pull request
Nov 6, 2023
* refactor r1cs::is_valid and provider::cpu_best_multiexp (microsoft#240) * refactor: r1cs is valid * refactor: msm parallel iteration * chore: fix clippy * Expose verifier key's digest with a trait (microsoft#243) * Expose verifier key's digest with a trait * run cargo fmt and clippy * use rayon to compute in parallel (microsoft#245) * Eliminate unnecessary wraps & use alloc_infallible (microsoft#246) * feat: Refactor unnecessary wraps in error handling Revised operations unnecessarily wrapping their return in a Result. * refactor: Refactor to use infallible allocation across application - Switched the allocation method to the infallible version, `AllocatedNum::alloc_infallible`, in multiple units (`poseidon.rs`, `bellpepper/mod.rs`, `utils.rs`, `circuit.rs`, `lib.rs`, `nifs.rs`). This removed the need for multiple error checks and reduced usage of `Result` return types. * release 0.27.0 (microsoft#247) * Reduce hashing costs with a power polynomial in ppsnark (microsoft#248) * use eq polynomial emulated via power polynomial, to reduce hashing costs * update version * add missing file * Optimize ppsnark (microsoft#250) * update ppsnark to be more efficient * remove * clippy * use padded * rayon * additional rayon * update version --------- Co-authored-by: ashWhiteHat <[email protected]> Co-authored-by: Jiaxing Zhao <[email protected]> Co-authored-by: Srinath Setty <[email protected]>
This file contains hidden or 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
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.
No description provided.