Module flow_sdk::algorithms::secp256k1::schnorrsig[][src]

Expand description

schnorrsig

Support for Schnorr signatures.

Structs

Opaque data structure that holds a keypair consisting of a secret and a public key.

A Schnorr public key, used for verification of Schnorr signatures

Represents a Schnorr signature.