[][src]Module secp256k1_zkp_sys::schnorrsig

Schnorrsig

Support for bip-schnorr compliant signatures

Structs

Signature

A Schnorr signature

Enums

Error

A Schnorrsig error. This does not implement std:error::Error because it's not available with no_std.

Traits

Sign

Schnorrsig signing trait

Verify

Schnorrsig verification trait