Skip to content

Commit 01edd24

Browse files
committed
Changed test from 100 to 10 in development phase
1 parent 402bfc1 commit 01edd24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/same_multiscalar_argument.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,11 +441,11 @@ mod tests {
441441
}
442442

443443
#[test]
444-
fn test_same_msm_argument_100() {
444+
fn test_same_msm_argument_10() {
445445
let mut rng = StdRng::seed_from_u64(0u64);
446446
let mut transcript_prover = merlin::Transcript::new(b"same_msm");
447447

448-
let n = 100;
448+
let n = 10;
449449

450450
let crs_G_vec: Vec<_> = iter::repeat_with(|| G1Projective::rand(&mut rng).into_affine())
451451
.take(n)

0 commit comments

Comments
 (0)