[][src]Module secp256k1::recovery

Recovery module

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

Re-exports

pub use key::SecretKey;
pub use key::PublicKey;

Structs

RecoverableSignature

An ECDSA signature with a recovery ID for pubkey recovery

RecoveryId

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