This commit is contained in:
Nicholas Ward 2022-02-11 09:02:21 -08:00
parent 64a09616e2
commit 23cfe91079

View File

@ -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());