8bitbytes-hexstrings-conversions
Conversions from 8-bit bytes to strings of hex character digits.
Subtopics
- Ubyte8s=>hexstring
- Convert a list of natural numbers below 256
to a string of hexadecimal digits.
- Hexstring=>ubyte8s
- Convert an even-length string of hexadecimal digit characters
to a list of natural numbers below 256.