Module algorithm

Source
Expand description

Algorithm for the signing process.

Structs§

Schnorr
Schnorr signature algorithm ((R, s) where s = r + cx).
SchnorrSignature
A Schnorr signature of the form (R, s) where s = r + cx.

Traits§

Addendum
Trait alias for the requirements to be used as an addendum.
Algorithm
Algorithm trait usable by the FROST signing machine to produce signatures..
Hram
HRAm usable by the included Schnorr signature algorithm to generate challenges.
WriteAddendum
Write an addendum to a writer.

Type Aliases§

IetfSchnorr
IETF-compliant Schnorr signature algorithm.