-
Notifications
You must be signed in to change notification settings - Fork 10
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
Private Input circuit #614
Comments
Related to marked of TODOs here ceno/ceno_zkvm/src/tables/ram/ram_impl.rs Lines 402 to 417 in 6ea3bee
In the end it seems to support {Dyn, Fix} x {Volatile, Non Volatile}, in totally 4 combination |
naure
added a commit
that referenced
this issue
Nov 21, 2024
_Issues #614 and #607_ Initialize memory with unconstrained prover hints. - It is practically identical to the zero-init circuit; just without the zero-init part. - The address range must be contiguous, but its size is dynamic. - The `u32` range check is already done by the LOAD and STORE circuits. e2e integration will be done in another PR. Need #608 to configure the address space. --------- Co-authored-by: Aurélien Nicolas <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Implement the supporting circuit for private input.
This will enable #607
Plan:
SetTableSpec::DynamicAddr
optimization.The text was updated successfully, but these errors were encountered: