Skip to main content

SignatureShare

Type Alias SignatureShare 

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

A FROST(Pallas, Posiedon) participant’s signature share, which the Coordinator will aggregate with all other signer’s shares into the joint signature.

Aliased Type§

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