Module schnorr

Source
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.