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 833041e commit da4c5c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ffi_interface/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ pub fn create_proof(input: Vec<u8>) -> Vec<u8> {
let precomp = PrecomputedWeights::new(256);

let crs = CRS::default();
// TODO: This should be stored as static data somewhere.
let mut transcript = Transcript::new(b"verkle");

let proof = MultiPoint::open(crs.clone(), &precomp, &mut transcript, prover_queries);
Expand Down

0 comments on commit da4c5c3

Please sign in to comment.