Module modular_frost::algorithm
source · Expand description
Algorithm for the signing process.
Structs§
- Schnorr signature algorithm ((R, s) where s = r + cx).
- A Schnorr signature of the form (R, s) where s = r + cx.
Traits§
- Trait alias for the requirements to be used as an addendum.
- Algorithm trait usable by the FROST signing machine to produce signatures..
- HRAm usable by the included Schnorr signature algorithm to generate challenges.
- Write an addendum to a writer.
Type Aliases§
- IETF-compliant Schnorr signature algorithm.