mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-05 23:33: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.
|
// The secret value.
|
||||||
let value = builder.add_virtual_target();
|
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);
|
builder.register_public_input(value);
|
||||||
|
|
||||||
let log_max = 6;
|
let log_max = 6;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user