mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-07 08:13:11 +00:00
fix
This commit is contained in:
parent
64a09616e2
commit
23cfe91079
@ -131,7 +131,7 @@ mod tests {
|
||||
.collect();
|
||||
|
||||
let mut rng = rand::thread_rng();
|
||||
let mut access_index = rng.gen::<usize>() % 8;
|
||||
let access_index = rng.gen::<usize>() % 8;
|
||||
|
||||
let access_index_target = builder.constant(F::from_canonical_usize(access_index));
|
||||
let selected = builder.random_access_curve_points(access_index_target, points.clone());
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user