mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
example documentation fix
This commit is contained in:
parent
66127bcf73
commit
316e13ea4b
@ -16,6 +16,8 @@ fn main() -> Result<()> {
|
||||
|
||||
// The secret value.
|
||||
let value = builder.add_virtual_target();
|
||||
|
||||
// Registered as a public input (even though it's secret) so we can print out the value later.
|
||||
builder.register_public_input(value);
|
||||
|
||||
let log_max = 6;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user