Module modular_frost::sign
source · Expand description
Threshold signing protocol.
Structs§
- State machine which manages signing for an arbitrary signature algorithm.
- Next step of the state machine for the signing process.
- Final step of the state machine for the signing process.
- A cached preprocess.
- Preprocess for an instance of the FROST signing protocol.
- Share of a signature produced via FROST.
Traits§
- Trait for the initial state machine of a two-round signing protocol.
- Trait for the second machine of a two-round signing protocol.
- Trait for the final machine of a two-round signing protocol.
- Trait enabling writing preprocesses and signature shares.