Module schnorrkel::context
source · Expand description
§Schnorr signature contexts and configuration, adaptable to most Schnorr signature schemes.
Structs§
- Schnorr signing context
- Schnorr signing transcript with the default
ThreadRngreplaced by an arbitraryCryptoRng. - Very simple transcript construction from a modern hash function.
Traits§
- Schnorr signing transcript
Functions§
- Attach a
CryptoRngto aSigningTranscriptto replace the defaultThreadRng. - Initialize a signing context from a static byte string that identifies the signature’s role in the larger protocol.