pub type KeygenBuilder<'a, E, L = SecurityLevel128, D = CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, OidSha256>>> = GenericKeygenBuilder<'a, E, NonThreshold, L, D>;Expand description
Key generation entry point. You can call set_threshold to make it into a
threshold DKG
Aliased Typeยง
pub struct KeygenBuilder<'a, E, L = SecurityLevel128, D = CoreWrapper<CtVariableCoreWrapper<Sha256VarCore, UInt<UInt<UInt<UInt<UInt<UInt<UTerm, B1>, B0>, B0>, B0>, B0>, B0>, OidSha256>>> { /* private fields */ }