Skip to main content

Crate generic_schnorr

Crate generic_schnorr 

Source
Expand description

Schnorr signature implementation generic over the underlying group.

Structs§

Signature
Signature produced by sign.

Functions§

sign
Produce a Signature over message.
verify
Verify a signature.
verify_batch
Verify a bach of signatures over the same message, from different signing keys.