[][src]Module sequoia_openpgp::fmt::hex

Converts buffers to and from hexadecimal numbers.

Structs

Dumper

Writes annotated hex dumps, like hd(1).

Functions

decode

Decodes the given hexadecimal number.

decode_pretty

Decodes the given hexadecimal number, ignoring whitespace.

dump

Dumps binary data, like hd(1).

encode

Encodes the given buffer as hexadecimal number.

encode_pretty

Encodes the given buffer as hexadecimal number with spaces.