Randomly sort included before doing share verification

This commit is contained in:
Luke Parker
2022-12-13 15:41:37 -05:00
parent 4871fc7441
commit ace7506172
11 changed files with 44 additions and 22 deletions

View File

@@ -2,7 +2,7 @@ use core::{marker::PhantomData, fmt::Debug};
use std::io::{self, Read, Write};
use zeroize::Zeroizing;
use rand_core::{RngCore, CryptoRng};
use rand::{RngCore, CryptoRng};
use transcript::Transcript;