pub type KeygenBuilder<'a, E, L = SecurityLevel128, D = Sha256> = 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 = Sha256> { /* private fields */ }