Skip to content

Commit

Permalink
100 random times
Browse files Browse the repository at this point in the history
  • Loading branch information
anupsv committed May 23, 2024
1 parent 071779a commit 8dc9b99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kzg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ fn test_compute_kzg_proof_rand(){

let mut rng = rand::thread_rng();

for _ in 0..10 {
for _ in 0..100 {

let blob_length = rand::thread_rng().gen_range(0..65000);
let random_blob: Vec<u8> = (0..blob_length).map(|_| rng.gen_range(32..=126) as u8).collect();
Expand Down

0 comments on commit 8dc9b99

Please sign in to comment.