Skip to content

Commit

Permalink
Update ffi_interface/src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray authored Jan 24, 2024
1 parent f482188 commit 915b4ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi_interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ pub fn create_proof(input: Vec<u8>) -> Vec<u8> {

let crs = CRS::default();
let mut transcript = Transcript::new(b"verkle");

// TODO: This should not need to clone the CRS, but instead take a reference
let proof = MultiPoint::open(crs.clone(), &precomp, &mut transcript, prover_queries);
proof.to_bytes().unwrap()
}
Expand Down

0 comments on commit 915b4ef

Please sign in to comment.