Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parse an ECDSA recoverable signature in compact (64 bytes) format. Buffer must be 64 bytes. The third argument is the recovery id.
Serialize an ECDSA recoverable signature in compact (64 bytes) format. The returned int is the recovery id.
write_compact ctx buf ?pos signature
writes signature
at buf
starting at pos
in compact format.
Convert an ECDSA recoverable signature into an ECDSA signature
Create an ECDSA recoverable signature. Buffer must contain a 32-byte message hash.