Structs§
- Ecdsa
Recoverable Signature - | Opaque data structured that holds a parsed | ECDSA signature, supporting pubkey recovery. | | The exact representation of data inside is | implementation defined and not guaranteed to | be portable between different platforms or | versions. It is however guaranteed to be 65 | bytes in size, and can be safely copied/moved. | | If you need to convert to a format suitable | for storage or transmission, use the | ecdsa_signature_serialize_* and | ecdsa_signature_parse_* functions. | | Furthermore, it is guaranteed that identical | signatures (including their recoverability) | will have identical representation, so they | can be memcmp’ed.
Functions§
- ecdsa_
recover - ecdsa_
recoverable_ signature_ convert - ecdsa_
recoverable_ signature_ load - ecdsa_
recoverable_ signature_ parse_ compact - ecdsa_
recoverable_ signature_ save - ecdsa_
recoverable_ signature_ serialize_ compact - ecdsa_
sig_ recover - ecdsa_
sign_ recoverable - recovery_
test_ nonce_ function - run_
recovery_ tests - test_
ecdsa_ recovery_ api - test_
ecdsa_ recovery_ edge_ cases - | Tests several edge cases. |
- test_
ecdsa_ recovery_ end_ to_ end - test_
exhaustive_ recovery - test_
exhaustive_ recovery_ sign - test_
exhaustive_ recovery_ verify