pub fn recover_key<C>(
keys: &[ThresholdKeys<C>],
) -> Result<Zeroizing<<C as Ciphersuite>::F>, RecoveryError>where
C: Ciphersuite,Available on crate feature
tests only.Expand description
Recover a shared secret from a collection of dkg::ThresholdKeys.