8bitbytes-hexchars-conversions
Conversions from 8-bit bytes to lists of hex character digits.
Subtopics
- Ubyte8s=>hexchars
- Convert a list of unsigned 8-bit bytes
to a sequence of hexadecimal digit characters.
- Hexchars=>ubyte8s
- Convert an even-length sequence of hexadecimal digit characters
to a list of unsigned 8-bit bytes.
- Ubyte8=>hexchars
- Convert an unsigned 8-bit byte to two hexadecimal digit characters.
- Hexchars=>ubyte8
- Convert two hexadecimal digit characters to an unsigned 8-bit byte.