hex
(best-effort) constant time hexadecimal encoding and decoding.
A decoder that ignores certain characters.
Types
- DecoderWithIgnore
- A decoder that ignores certain characters.
Encodes a binary buffer into a hexadecimal string.
Functions
- encode
- Encodes a binary buffer into a hexadecimal string.
- decode
- Decodes a hexadecimal string into a binary buffer.
- decoderWithIgnore
- Creates a new decoder that ignores certain characters.