mirror of
https://github.com/arnaucube/testudo.git
synced 2026-01-12 08:41:29 +01:00
Transcript (#46)
* add items to transcript * add additional items to transcript * fix benches * cargo fmt
This commit is contained in:
@@ -128,6 +128,7 @@ fn main() {
|
||||
let mut prover_transcript = Transcript::new(b"snark_example");
|
||||
let proof = SNARK::prove(
|
||||
&inst,
|
||||
&comm,
|
||||
&decomm,
|
||||
assignment_vars,
|
||||
&assignment_inputs,
|
||||
|
||||
Reference in New Issue
Block a user