Skip to main content

Module ecdsa

Module ecdsa 

Expand description

ECDSA Bitcoin signatures.

This module provides ECDSA signatures used by Bitcoin that can be roundtrip (de)serialized.

Structs§

SerializedSignature
Holds signature serialized in-line (not in Vec).
Signature
An ECDSA signature with the corresponding hash type.

Enums§

Error
An ECDSA signature-related error.