Module sequoia_openpgp::fmt::hex
source · Expand description
Converts buffers to and from hexadecimal numbers.
Structs§
- Writes annotated hex dumps, like hd(1).
Functions§
- Decodes the given hexadecimal number.
- Decodes the given hexadecimal number, ignoring whitespace.
- Dumps binary data, like
hd(1)
. - Encodes the given buffer as hexadecimal number.
- Encodes the given buffer as hexadecimal number with spaces.