-
Notifications
You must be signed in to change notification settings - Fork 234
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
[Proving Phase 2]: Prevent contract compilation if specifying pub
arguments to a private or public function
#6285
Comments
PhilWindle
added a commit
that referenced
this issue
May 9, 2024
This PR introduces recursive verification to the private kernel circuits. Both app circuit and previous kernel circuit proofs are verified. This closes #5978 The changes can be largely categorised as: 1. PXE modifications to pass proofs and verification keys from the output of a proving process as inputs to the next simulation/proving process. 2. Serialisation of `PrivateCircuitPublicInputs` and `PrivateKernelCircuitPublicInputs` structs to fields. 3. Aggregation of proofs using Noir's `verify_proof` api. Additional task create [here](#6285) to prevent the specification of `pub` on arguments to private functions.
PhilWindle
changed the title
[Proving Phase 2]: Prevent contract compilation if specifying
[Proving Phase 2]: Prevent contract compilation if specifying May 12, 2024
pub
arguments to a private functionpub
arguments to a private or public function
PhilWindle
added a commit
that referenced
this issue
May 14, 2024
This PR modifies the aztec macros to error if arguments with public visibility are specified on private or public functions. Closes #6285 --------- Co-authored-by: Álvaro Rodríguez <sirasistant@gmail.com>
iakovenkos
pushed a commit
that referenced
this issue
May 15, 2024
This PR modifies the aztec macros to error if arguments with public visibility are specified on private or public functions. Closes #6285 --------- Co-authored-by: Álvaro Rodríguez <sirasistant@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: