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 da4c5c3 commit f482188
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 @@ -216,7 +216,7 @@ pub fn create_proof(input: Vec<u8>) -> Vec<u8> {
prover_queries.push(prover_query);
}
}
// TODO: This should be stored as static data somewhere.
// TODO: This should be passed in as a pointer
let precomp = PrecomputedWeights::new(256);

let crs = CRS::default();
Expand Down

0 comments on commit f482188

Please sign in to comment.