polysig_driver::cggmp

Type Alias KeyShare

Source
pub type KeyShare<P> = ThresholdKeyShare<P, VerifyingKey>;
Available on crate feature cggmp only.
Expand description

Key share.

Aliased Typeยง

struct KeyShare<P> { /* private fields */ }