Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tnyuzg committed Sep 11, 2024
1 parent db1a962 commit 0b56d7d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions zkp/tests/test_range_check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -162,11 +162,10 @@ fn test_snark() {
t_evaluations,
));

let mut instance = LookupInstance::from_slice(&f_vec, t.clone(), block_size);
let instance = LookupInstance::from_slice(&f_vec, t.clone(), block_size);

let code_spec = ExpanderCodeSpec::new(0.1195, 0.0248, 1.9, BASE_FIELD_BITS, 10);
<LookupSnarks<FF, EF>>::snarks::<Hash, ExpanderCode<FF>, ExpanderCodeSpec>(
&mut instance,
&code_spec,
&instance, &code_spec,
);
}

0 comments on commit 0b56d7d

Please sign in to comment.