pub fn sign_without_caching<R: RngCore + CryptoRng, M: PreprocessMachine>(
rng: &mut R,
machines: HashMap<Participant, M>,
msg: &[u8],
) -> M::SignatureAvailable 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.