-
Notifications
You must be signed in to change notification settings - Fork 149
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
Circuit builder initial ideas impl #303
Commits on Sep 15, 2020
-
Implement basic Circuit trait idea
We need a way to treat the circuits on a generic way which allows us to serialize the preprocessed circuits as well as operate with them as gadgets to fill composers. This is a first a approach with some ideas on how to do it.
CPerezz committedSep 15, 2020 Configuration menu - View commit details
-
Copy full SHA for cf44e34 - Browse repository at this point
Copy the full SHA cf44e34View commit details -
Add CircuitInputs struct & finnish test impl
CPerezz committedSep 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 87783d2 - Browse repository at this point
Copy the full SHA 87783d2View commit details
Commits on Sep 17, 2020
-
CPerezz committed
Sep 17, 2020 Configuration menu - View commit details
-
Copy full SHA for c2a7646 - Browse repository at this point
Copy the full SHA c2a7646View commit details -
Fix Circuit Trait example errors
CPerezz committedSep 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 9528b87 - Browse repository at this point
Copy the full SHA 9528b87View commit details -
CPerezz committed
Sep 17, 2020 Configuration menu - View commit details
-
Copy full SHA for a6f31f6 - Browse repository at this point
Copy the full SHA a6f31f6View commit details -
Get ref to Prover & Verifier keys.
CPerezz committedSep 17, 2020 Configuration menu - View commit details
-
Copy full SHA for c0f210c - Browse repository at this point
Copy the full SHA c0f210cView commit details -
Implement Copy & Clone for VerifierKey
CPerezz committedSep 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 03be818 - Browse repository at this point
Copy the full SHA 03be818View commit details -
Add prove & verify functions for Circuit
CPerezz committedSep 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 7b20f7b - Browse repository at this point
Copy the full SHA 7b20f7bView commit details -
CPerezz committed
Sep 17, 2020 Configuration menu - View commit details
-
Copy full SHA for f0d1269 - Browse repository at this point
Copy the full SHA f0d1269View commit details
Commits on Sep 18, 2020
-
CPerezz committed
Sep 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 5ffa9a9 - Browse repository at this point
Copy the full SHA 5ffa9a9View commit details -
Remove the Option from transcript init
CPerezz committedSep 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 16f0c4e - Browse repository at this point
Copy the full SHA 16f0c4eView commit details -
CPerezz committed
Sep 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 6b57d70 - Browse repository at this point
Copy the full SHA 6b57d70View commit details -
Remove redundant 1into1 methods
CPerezz committedSep 18, 2020 Configuration menu - View commit details
-
Copy full SHA for 748a98f - Browse repository at this point
Copy the full SHA 748a98fView commit details