Module ecdsa
Expand description
ECDSA Bitcoin signatures.
This module provides ECDSA signatures used Bitcoin that can be roundtrip (de)serialized.
Structs§
- Ecdsa
Sig - An ECDSA signature with the corresponding hash type.
Enums§
- Ecdsa
SigError - A key-related error.