Module secp256k1_zkp::recovery[][src]

Recovery module

Provides a signing function that allows recovering the public key from the signature.

Structs

PublicKey

A Secp256k1 public key, used for verification of signatures

RecoverableSignature

An ECDSA signature with a recovery ID for pubkey recovery

RecoveryId

A tag used for recovering the public key from a compact signature

SecretKey

Secret 256-bit key used as x in an ECDSA signature