-
Notifications
You must be signed in to change notification settings - Fork 17
Introduce noir #24
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
base: main
Are you sure you want to change the base?
Introduce noir #24
Conversation
|
|
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
- Added comprehensive benchmark section with performance metrics - Included test commands for all ZK proof systems - Documented ChaCha20 Noir circuit performance comparison - Added detailed test environment specifications
Add benchmark for chach20 under gnark
46492fa to
9ab9480
Compare
1. publish package as 'zk-symmetric-crypto-test' 2. modify endpoint-repository of download-files
67aa199 to
916b4fe
Compare
916b4fe to
15e91d8
Compare
Description
Introduces noir-circuit to the zk-symmetric-crypto.
Normaly in noir, Barrebenberg is used as backend and barretenberg uses the UltraHonk proving scheme from Aztec Protocol.
Testing (ignore for documentation update)
Type of change
Key changes:
using Noir circuits and Aztec's bb.js
support both Groth16 and UltraHonk schemes
Checklist:
Additional Notes: