diff --git a/curves/bn254/benches/bn254.rs b/curves/bn254/benches/bn254.rs index f94c4bcc7c9f8c..c5d2ab090ded17 100644 --- a/curves/bn254/benches/bn254.rs +++ b/curves/bn254/benches/bn254.rs @@ -32,8 +32,8 @@ fn bench_multiplication(c: &mut Criterion) { 253, 178, 4, ]; let scalar_bytes = [ - 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17, 19, 140, 231, - 80, 250, 21, 194, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, ]; let input_bytes = [&point_bytes[..], &scalar_bytes[..]].concat();