-
Notifications
You must be signed in to change notification settings - Fork 131
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
Add Hyrax multilinear PCS #130
Merged
Merged
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f13a576 - Browse repository at this point
Copy the full SHA f13a576View commit details
Commits on Oct 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 69896d4 - Browse repository at this point
Copy the full SHA 69896d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecf73f4 - Browse repository at this point
Copy the full SHA ecf73f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f424c48 - Browse repository at this point
Copy the full SHA f424c48View commit details
Commits on Oct 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dd58a1a - Browse repository at this point
Copy the full SHA dd58a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06c59e9 - Browse repository at this point
Copy the full SHA 06c59e9View commit details
Commits on Oct 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a845018 - Browse repository at this point
Copy the full SHA a845018View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12afb33 - Browse repository at this point
Copy the full SHA 12afb33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6967c28 - Browse repository at this point
Copy the full SHA 6967c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd82dbc - Browse repository at this point
Copy the full SHA dd82dbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a029081 - Browse repository at this point
Copy the full SHA a029081View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f465a - Browse repository at this point
Copy the full SHA a7f465aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c010663 - Browse repository at this point
Copy the full SHA c010663View commit details
Commits on Oct 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d415053 - Browse repository at this point
Copy the full SHA d415053View commit details
Commits on Nov 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3ef7309 - Browse repository at this point
Copy the full SHA 3ef7309View commit details -
* Enable parallel commitment in hyrax amend * make `rand` optional * remove dead code
Configuration menu - View commit details
-
Copy full SHA for cc1f75a - Browse repository at this point
Copy the full SHA cc1f75aView commit details -
* removed evaluation randomness from proof and ignored claimed value in check to make scheme hiding * fmt * removed unnecessary usage of argument in check, added _
Configuration menu - View commit details
-
Copy full SHA for 7c7328d - Browse repository at this point
Copy the full SHA 7c7328dView commit details
Commits on Jan 18, 2024
-
Delete
IOPTranscript
, update with master (#50) (aka Hyrax++)* Add the trait bounds * Add `CommitmentState` * Update benches for the new type * Fix the name of local variable * Merge `PCCommitmentState` with `PCRandomness` * Update `README.md` * Fix a bug * Change `Randomness` to `CommitmentState` * Maybe `empty` not return `Self` * Make `empty` return `Self` * Rename `rand` to `state` * Partially integrate the new design into Hyrax * Update Hyrax with the shared state * Rename nonnative to emulated, as in `r1cs-std` (arkworks-rs#137) * Rename nonnative to emulated, as in `r1cs-std` * Run `fmt` * Temporarily change `Cargo.toml` * Revert `Cargo.toml` * Refactor `FoldedPolynomialStream` partially * Substitute `ChallengeGenerator` by the generic sponge (arkworks-rs#139) * Rename nonnative to emulated, as in `r1cs-std` * Run `fmt` * Temporarily change `Cargo.toml` * Substitute `ChallengeGenerator` with the generic sponge * Run `fmt` * Remove the extra file * Update modules * Delete the unnecessary loop * Revert `Cargo.toml` * Refactor `FoldedPolynomialStream` partially * Update README * Make the diff more readable * Bring the whitespace back * Make diff more readable, 2 * Fix according to breaking changes in `ark-ec` (arkworks-rs#141) * Fix for KZG10 * Fix the breaking changes in `ark-ec` * Remove the extra loop * Fix the loop range * re-use the preprocessing table * also re-use the preprocessing table for multilinear_pc --------- Co-authored-by: mmagician <marcin.gorny.94@protonmail.com> * Auxiliary opening data (arkworks-rs#134) * Add the trait bounds * Add `CommitmentState` * Update benches for the new type * Fix the name of local variable * Merge `PCCommitmentState` with `PCRandomness` * Update `README.md` * Fix a bug * Put `Randomness` in `CommitmentState` * Add a comment * Remove the extra loop * Update the comment for `CommitmentState` Co-authored-by: Marcin <marcin.gorny.94@protonmail.com> * cargo fmt --------- Co-authored-by: Marcin <marcin.gorny.94@protonmail.com> * `batch_mul_with_preprocessing` no longer takes `self` as argument (arkworks-rs#142) * batch_mul_with_preprocessing no longer takes `self` as argument * Apply suggestions from code review Co-authored-by: Pratyush Mishra <pratyush795@gmail.com> * fix variable name --------- Co-authored-by: Pratyush Mishra <pratyush795@gmail.com> * Remove ChallengeGenerator for Ligero (#56) * Squash and merge `delete-chalgen` onto here * Fix for `ChallengeGenerator` * Delete `IOPTranscript` for Hyrax (#55) * Use the sponge generic and rearrange `use`s * Use sponge instead of `IOPTransript` * Fix benches * Remove the extra loop --------- Co-authored-by: mmagician <marcin.gorny.94@protonmail.com> Co-authored-by: Pratyush Mishra <pratyush795@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 55d7b58 - Browse repository at this point
Copy the full SHA 55d7b58View commit details -
Configuration menu - View commit details
-
Copy full SHA for d13296c - Browse repository at this point
Copy the full SHA d13296cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f988ac - Browse repository at this point
Copy the full SHA 1f988acView commit details
Commits on Jan 22, 2024
-
Co-authored-by: Pratyush Mishra <pratyush795@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5677c5b - Browse repository at this point
Copy the full SHA 5677c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2e6412 - Browse repository at this point
Copy the full SHA c2e6412View commit details
Commits on Jan 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ac4a14c - Browse repository at this point
Copy the full SHA ac4a14cView commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f3495d0 - Browse repository at this point
Copy the full SHA f3495d0View commit details
Commits on Jun 10, 2024
-
Co-authored-by: Antonio Mejías Gil <anmegi.95@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 103669f - Browse repository at this point
Copy the full SHA 103669fView commit details -
Configuration menu - View commit details
-
Copy full SHA for eee8e0b - Browse repository at this point
Copy the full SHA eee8e0bView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65ef67c - Browse repository at this point
Copy the full SHA 65ef67cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 67ddd9c - Browse repository at this point
Copy the full SHA 67ddd9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 175a610 - Browse repository at this point
Copy the full SHA 175a610View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d3e3808 - Browse repository at this point
Copy the full SHA d3e3808View commit details
Commits on Oct 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0858433 - Browse repository at this point
Copy the full SHA 0858433View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c2ba181 - Browse repository at this point
Copy the full SHA c2ba181View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e310f5 - Browse repository at this point
Copy the full SHA 9e310f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b03b60 - Browse repository at this point
Copy the full SHA 9b03b60View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5924ee - Browse repository at this point
Copy the full SHA f5924eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb20740 - Browse repository at this point
Copy the full SHA cb20740View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5239162 - Browse repository at this point
Copy the full SHA 5239162View commit details
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.