3.6.9 Add several tests to the FROST library

Offset signing is now tested. Multi-nonce algorithms are now tested.
Multi-generator nonce algorithms are now tested. More fault cases are now tested
as well.
This commit is contained in:
Luke Parker
2023-03-01 08:02:45 -05:00
parent c6284b85a4
commit 2fd5cd8161
5 changed files with 336 additions and 47 deletions

View File

@@ -6,7 +6,7 @@ use rand_core::{RngCore, CryptoRng};
use transcript::Transcript;
use crate::{Curve, Participant, FrostError, ThresholdKeys, ThresholdView};
use crate::{Participant, ThresholdKeys, ThresholdView, Curve, FrostError};
pub use schnorr::SchnorrSignature;
/// Write an addendum to a writer.