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