-
Notifications
You must be signed in to change notification settings - Fork 50
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 solidity verifier of the nova+cyclefold #87
Commits on Apr 17, 2024
-
Add solidity verifier of the nova+cyclefold, and add method to prepar…
…e the calldata from Decider's proof. Missing conversion of the point coordinates into limbs (ark compatible)
Configuration menu - View commit details
-
Copy full SHA for 08f8bc5 - Browse repository at this point
Copy the full SHA 08f8bc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c950dba - Browse repository at this point
Copy the full SHA c950dbaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 443c78a - Browse repository at this point
Copy the full SHA 443c78aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 340da08 - Browse repository at this point
Copy the full SHA 340da08View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee0214e - Browse repository at this point
Copy the full SHA ee0214eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 888b7f6 - Browse repository at this point
Copy the full SHA 888b7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc263d2 - Browse repository at this point
Copy the full SHA dc263d2View commit details -
feat: multi-input folding verification working + fixing encoding of a…
…dditive identity in calldata
Configuration menu - View commit details
-
Copy full SHA for 86498af - Browse repository at this point
Copy the full SHA 86498afView commit details -
Configuration menu - View commit details
-
Copy full SHA for aba6574 - Browse repository at this point
Copy the full SHA aba6574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9226054 - Browse repository at this point
Copy the full SHA 9226054View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee2233 - Browse repository at this point
Copy the full SHA bee2233View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6e2f7 - Browse repository at this point
Copy the full SHA cc6e2f7View commit details -
chore: make relevant method public and add `get_decider_template_for_…
…cyclefold_decider` to exported objects
Configuration menu - View commit details
-
Copy full SHA for f7cc446 - Browse repository at this point
Copy the full SHA f7cc446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e5c130 - Browse repository at this point
Copy the full SHA 6e5c130View commit details -
Configuration menu - View commit details
-
Copy full SHA for 525e460 - Browse repository at this point
Copy the full SHA 525e460View commit details -
abstract nova-cyclefold solidity verifiers tests to avoid code duplic…
…ation, and abstract also the computed setup params (FS & Decider) to compute them only once for all related tests to save test time
Configuration menu - View commit details
-
Copy full SHA for 71b5eba - Browse repository at this point
Copy the full SHA 71b5ebaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a1327c - Browse repository at this point
Copy the full SHA 8a1327cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5f3c24 - Browse repository at this point
Copy the full SHA b5f3c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13d528b - Browse repository at this point
Copy the full SHA 13d528bView commit details -
add light-test feature to decider_eth_circuit to use it in solidity-v…
…erifier tests without the big circuit
Configuration menu - View commit details
-
Copy full SHA for 2ff06c0 - Browse repository at this point
Copy the full SHA 2ff06c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2917f0d - Browse repository at this point
Copy the full SHA 2917f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b113781 - Browse repository at this point
Copy the full SHA b113781View commit details -
solidity-verifiers: update limbs logic to nonnative last version, par…
…ametrize limbs params solidity-verifiers: * update solidity limbs logic to last nonnative impl version, and to last u_i.x impl * parametrize limbs params * add light-test feature: replace the '#[cfg(not(test))]' by the 'light-test' feature that by default is not enabled, so when running the github actions we enable the feature 'light-tests', and then we can have a full-test that runs the test without the 'light-tests' flag, but we don't run this big test every time. The choice of a feature is to allow us to control this from other-crates tests (for example for the solidity-verifier separated crate tests, to avoid running the full heavy circuit in the solidity tests)
Configuration menu - View commit details
-
Copy full SHA for 2aeaa2b - Browse repository at this point
Copy the full SHA 2aeaa2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 641f9a1 - Browse repository at this point
Copy the full SHA 641f9a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6bbfc - Browse repository at this point
Copy the full SHA ad6bbfcView commit details -
This is to avoid c depencency for c-kzg which is behind the c-kzg flag and not needed.
Configuration menu - View commit details
-
Copy full SHA for 9ae84fb - Browse repository at this point
Copy the full SHA 9ae84fbView commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for bc42865 - Browse repository at this point
Copy the full SHA bc42865View commit details
Commits on Apr 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc84ff0 - Browse repository at this point
Copy the full SHA fc84ff0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96eef58 - Browse repository at this point
Copy the full SHA 96eef58View commit details -
add From for NovaCycleFoldVerifierKey from original vks to simplify d…
…ev flow, also conditionally template the batchCheck related structs and methods from the KZG10 solidity template
Configuration menu - View commit details
-
Copy full SHA for 87d3731 - Browse repository at this point
Copy the full SHA 87d3731View commit details