Expand description
Support for schnorr signatures.
Structs§
- Signature
- Represents a schnorr signature.
Functions§
- sign_
no_ aux_ rand - Creates a schnorr signature without using any auxiliary random data.
- sign_
with_ aux_ rand - Creates a schnorr signature using the given auxiliary random data.
- verify
- Verifies a schnorr signature.