Skip to content

Commit

Permalink
Fix test_powers_of_h test
Browse files Browse the repository at this point in the history
  • Loading branch information
drskalman committed Sep 24, 2024
1 parent eae2f00 commit b94a510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ring/src/piop/params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ mod tests {
let h = SWAffine::rand(rng);
let seed = SWAffine::rand(rng);
let domain = Domain::new(1024, false);
let params = PiopParams::<Fq, BandersnatchConfig>::setup(domain, h, seed);
let params = PiopParams::<Fq, SWAffine>::setup(domain, h, seed);
let t = Fr::rand(rng);
let t_bits = params.scalar_part(t);
let th = cond_sum(&t_bits, &params.power_of_2_multiples_of_h());
Expand Down

0 comments on commit b94a510

Please sign in to comment.