Skip to main content

SecretShare

Type Alias SecretShare 

Source
pub type SecretShare<M> = SecretShare<BluePallas<M>>;
Expand description

Secret and public key material generated by a dealer performing generate_with_dealer.

§Security

To derive a FROST(Pallas, Poseidon) keypair, the receiver of the SecretShare must call .into(), which under the hood also performs validation.

Aliased Type§

pub struct SecretShare<M> { /* private fields */ }