Expand description
Schnorr signature implementation generic over the underlying group.
Structs§
Functions§
- sign
- Produce a
Signatureovermessage. - verify
- Verify a signature.
- verify_
batch - Verify a bach of signatures over the same message, from different signing keys.