Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parse a variable-length public key. This function supports parsing compressed (33 bytes, header byte 0x02 or 0x03), uncompressed (65 bytes, header byte 0x04), or hybrid (65 bytes, header byte 0x06 or 0x07) format public keys.
write ?compress ctx buf ?pos key
writes key
at buf
starting at pos
, and returns the number of bytes written.
Serialize a pubkey object into a serialized byte sequence.