-
Notifications
You must be signed in to change notification settings - Fork 140
Comparing changes
Open a pull request
base repository: privacy-ethereum/halo2
base: main
head repository: zkwebauthn/halo2
compare: main
- 10 commits
- 87 files changed
- 6 contributors
Commits on Mar 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3eeee85 - Browse repository at this point
Copy the full SHA 3eeee85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35de514 - Browse repository at this point
Copy the full SHA 35de514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0ec1a - Browse repository at this point
Copy the full SHA 8c0ec1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd9f71e - Browse repository at this point
Copy the full SHA dd9f71eView commit details -
Expose mod
permutationand re-exportpermutation::keygen::Assembly(#149) * feat: expose mod ule `permutation` and re-export `permutation::keygen::Assembly` * feat: derive `lone` for `permutation::keygen::Assembly` * feat: bump MSRV for `inferno`
Configuration menu - View commit details
-
Copy full SHA for ef3d7c6 - Browse repository at this point
Copy the full SHA ef3d7c6View commit details -
feat(MockProver): replace errors by asserts
In MockProver, replace all code that returns an error by an assert that panics instead of returning the error. This change aims to make it easier to debug circuit code bugs by getting backtraces.
Configuration menu - View commit details
-
Copy full SHA for 9eda887 - Browse repository at this point
Copy the full SHA 9eda887View commit details -
MockProver test utililities (#153)
* test/unwrap_value: escape Value safety in the dev module * test/mock-prover-values: MockProver exposes the generated columns to tests * test/mock-prover-values: doc * mockprover-util: remove unwrap_value --------- Co-authored-by: Aurélien Nicolas <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fada9ea - Browse repository at this point
Copy the full SHA fada9eaView commit details -
feat: Parallel random blinder poly impl (#152)
* feat: Parallelize `commit` blinder poly generator method Solves the concerns raised in #151 related to the performance of the random poly generator inside of `commit`. Resolves: #151 * chore: add `from_evals` for Polynomial * chore: add benches for commit_zk serial vs par * fix: Correct thread_seeds iter size * fix: Clippy * chore: apply review suggestions * fix: Inconsisten num of Scalars generated parallely This fix from @ed255 fixes an error on the code proposal which was rounding the num of Scalars to be generated and so, was producing failures. Co-authored-by: Edu <[email protected]> * remove: legacy comments & code --------- Co-authored-by: Edu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d1d41a0 - Browse repository at this point
Copy the full SHA d1d41a0View commit details -
change: Migrate workspace to pasta_curves-0.5 (#157)
* change: Migrate workspace to pasta_curves-0.5 This ports the majority of the workspace to the `pasta_curves-0.5.0` leaving some tricky edge-cases that we need to handle carefully. Resolves: #132 * fix: Complete latest trait bounds to compile halo2proofs * change: Migrate examples & benches to pasta 0.5 * change: Migrate halo2_gadgets to pasta-0.5 * change: Update gadgets outdated code with latest upstream * fix: Sha3 gadget circuit * fix: doc tests * chore: Update merged main * fix: Apply review suggestions
Configuration menu - View commit details
-
Copy full SHA for b2009fe - Browse repository at this point
Copy the full SHA b2009feView commit details
Commits on Apr 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64a3e77 - Browse repository at this point
Copy the full SHA 64a3e77View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main