Expand description
Threshold signing protocol.
Structs§
- Algorithm
Machine - State machine which manages signing for an arbitrary signature algorithm.
- Algorithm
Sign Machine - Next step of the state machine for the signing process.
- Algorithm
Signature Machine - Final step of the state machine for the signing process.
- Cached
Preprocess - A cached preprocess.
- Preprocess
- Preprocess for an instance of the FROST signing protocol.
- Signature
Share - Share of a signature produced via FROST.
Traits§
- Preprocess
Machine - Trait for the initial state machine of a two-round signing protocol.
- Sign
Machine - Trait for the second machine of a two-round signing protocol.
- Signature
Machine - Trait for the final machine of a two-round signing protocol.
- Writable
- Trait enabling writing preprocesses and signature shares.