Expand description
ECDSA Bitcoin signatures.
This module provides ECDSA signatures used by Bitcoin that can be roundtrip (de)serialized.
Structs§
- Holds signature serialized in-line (not in
Vec
). - An ECDSA signature with the corresponding hash type.
Enums§
- An ECDSA signature-related error.