pub type SigningCommitments<M> = SigningCommitments<BluePallas<M>>;Expand description
Published by each participant in the first round of the signing protocol.
This step can be batched if desired by the implementation. Each SigningCommitment can be used for exactly one signature.
Aliased Typeยง
pub struct SigningCommitments<M> { /* private fields */ }