-
Notifications
You must be signed in to change notification settings - Fork 56
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
Standard Circom Gadget with Keccak example #997
Standard Circom Gadget with Keccak example #997
Commits on Mar 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9868dc8 - Browse repository at this point
Copy the full SHA 9868dc8View commit details -
feat(circom): CLI import with author/name
Circom circuit are now imported under a reference composed by author/name. As this format is the one used to point to Github repository, it will allow us to have a seemless workflow for local and distant Gadgets.
Configuration menu - View commit details
-
Copy full SHA for b2cc56e - Browse repository at this point
Copy the full SHA b2cc56eView commit details -
feat(circom): adapt current circom implem
Adapted the current CircomCoprocessor implementation to properly handle reference instead of name only. Also adapted the circom.rs example to use them.
Configuration menu - View commit details
-
Copy full SHA for 1f4a04f - Browse repository at this point
Copy the full SHA 1f4a04fView commit details -
feat(circom): default local and fallback remote
- With the new implementation, we first try to fetc hthe gadget locally and fallback on remote when needed. - Introduced a version over Circom Gadgets. Useful to point to a particular remote release. - Better error propagation - Precise error message based on where the flow is failing
Configuration menu - View commit details
-
Copy full SHA for 1ec6a5d - Browse repository at this point
Copy the full SHA 1ec6a5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e7c781 - Browse repository at this point
Copy the full SHA 3e7c781View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0630e29 - Browse repository at this point
Copy the full SHA 0630e29View commit details -
docs(circom): wip example keccak
This is WIP as there is a need to fix circom-scotia before being able to make the Keccak example work. - Update framework -> stack in the README - Create an example skeleton for a remote Keccak example - Fix the circom example to use an imported Circom Gadget from the CLI
Configuration menu - View commit details
-
Copy full SHA for dc9cc1c - Browse repository at this point
Copy the full SHA dc9cc1cView commit details -
- Removed deleted keccak mod - Fixed clippy warning
Configuration menu - View commit details
-
Copy full SHA for 6bb752c - Browse repository at this point
Copy the full SHA 6bb752cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac4a17 - Browse repository at this point
Copy the full SHA 9ac4a17View commit details -
- Adapted circom-scotia to use main instead of dev - Created a structure, CircomReference to qualify an identifier for CircomGadget - Better check on CircomReference initialization
Configuration menu - View commit details
-
Copy full SHA for db3e647 - Browse repository at this point
Copy the full SHA db3e647View commit details -
feat(circom): wip argument from lurk
Arity is now inherited directly from the gadget, making it declarative by the gadget developer.
Configuration menu - View commit details
-
Copy full SHA for e6efcff - Browse repository at this point
Copy the full SHA e6efcffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1abf895 - Browse repository at this point
Copy the full SHA 1abf895View commit details -
Configuration menu - View commit details
-
Copy full SHA for e86ee6e - Browse repository at this point
Copy the full SHA e86ee6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 946d57e - Browse repository at this point
Copy the full SHA 946d57eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c071a6c - Browse repository at this point
Copy the full SHA c071a6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ba3139 - Browse repository at this point
Copy the full SHA 7ba3139View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6067c4c - Browse repository at this point
Copy the full SHA 6067c4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a45b636 - Browse repository at this point
Copy the full SHA a45b636View commit details -
Configuration menu - View commit details
-
Copy full SHA for c941350 - Browse repository at this point
Copy the full SHA c941350View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccaec9b - Browse repository at this point
Copy the full SHA ccaec9bView commit details -
Configuration menu - View commit details
-
Copy full SHA for cca3bf7 - Browse repository at this point
Copy the full SHA cca3bf7View commit details -
Update src/coprocessor/circom/mod.rs
Co-authored-by: François Garillot <4142+huitseeker@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0d77ddd - Browse repository at this point
Copy the full SHA 0d77dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d4897 - Browse repository at this point
Copy the full SHA 85d4897View commit details -
Configuration menu - View commit details
-
Copy full SHA for faaf71d - Browse repository at this point
Copy the full SHA faaf71dView commit details