pub fn musig<C>(
context: &[u8],
private_key: &Zeroizing<<C as Ciphersuite>::F>,
keys: &[<C as Ciphersuite>::G],
) -> Result<ThresholdCore<C>, DkgError<()>>where
C: Ciphersuite,
Available on crate feature
std
only.Expand description
A n-of-n non-interactive DKG which does not guarantee the usability of the resulting key.
Creating an aggregate key with a list containing duplicated public keys returns an error.