Module ecdsa

Expand description

Structs and functionality related to the ECDSA signature algorithm.

Modules§

serialized_signature
Implements SerializedSignature and related types.

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.
SerializedSignature
A DER serialized Signature
Signature
An ECDSA signature