Trait dkg::promote::CiphersuitePromote
source · pub trait CiphersuitePromote<C2: Ciphersuite> {
// Required method
fn promote(self) -> ThresholdKeys<C2>;
}
Available on crate feature
std
only.Expand description
Promote a set of keys to another Ciphersuite definition.