pub type KeyShare<P> = ThresholdKeyShare<P, VerifyingKey>;
Expand description
Key share.
Aliased Typeยง
struct KeyShare<P> { /* private fields */ }
pub type KeyShare<P> = ThresholdKeyShare<P, VerifyingKey>;
Key share.
struct KeyShare<P> { /* private fields */ }