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.