Type Alias cggmp21_keygen::KeygenBuilder

source ·
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§

struct KeygenBuilder<'a, E, L = SecurityLevel128, D = Sha256> { /* private fields */ }