-
Notifications
You must be signed in to change notification settings - Fork 303
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
Create an 'Initial' Private Kernel Circuit #506
Labels
C-protocol-circuits
Component: Protocol circuits (kernel & rollup)
Comments
This was referenced May 9, 2023
dbanks12
added
the
C-protocol-circuits
Component: Protocol circuits (kernel & rollup)
label
May 9, 2023
We'll want to mimic some of what has been done for the public kernel. We can move some logic into a |
Note after starting work in #549:
|
6 tasks
Closing, as status moved to 'Done' (it's a GitHub bug) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Migrated from archived circuits repo: AztecProtocol/aztec3-circuits#200
"""
Currently, there's only 1 private kernel circuit.
That means for the very first iteration, we need to generate dummy 'previous kernel data'. The way we generate this data is inefficient, and the way we generate this data is inefficient (because we're currently generating actual VKs over a mock circuit).
Todo:
"""
Story subtasks:
private_kernel__sim
cbind into...sim
and...initial_sim
#502native_private_kernel_initial
function #503private_kernel__initial_sim
cbind to use underlyinginitial
function #505The text was updated successfully, but these errors were encountered: