Function modular_frost::tests::sign_without_caching

source ·
pub fn sign_without_caching<R: RngCore + CryptoRng, M: PreprocessMachine>(
    rng: &mut R,
    machines: HashMap<Participant, M>,
    msg: &[u8],
) -> M::Signature
Available on crate feature tests only.
Expand description

Execute the signing protocol, without caching any machines. This isn’t as comprehensive at testing as sign, and accordingly isn’t preferred, yet is usable for machines not supporting caching.