Function frost_schnorrkel::frost::tests::test_schnorr_with_keys

source ยท
pub fn test_schnorr_with_keys<R, C, H>(
    rng: &mut R,
    keys: &HashMap<Participant, ThresholdKeys<C>>,
)
where R: RngCore + CryptoRng, C: Curve, H: Hram<C>,
Available on crate feature tests only.
Expand description

Test a basic Schnorr signature with the provided keys.