Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parse an ECDSA signature in compact (64 bytes) format. Buffer must be 64 bytes long.
write_compact ctx buf ?pos signature
writes signature
at buf
starting at pos
in compact format.
write_der ctx buf ?pos signature
writes signature
at buf
starting at pos
in DER format.
Create an ECDSA signature. The created signature is always in lower-S form. Buffer must contain a 32-byte message hash.