Module sodiumoxide::hex[][src]

Expand description

Libsodium hexadecimal encoding/decoding helper functions

Functions

decode

Parses a hexadecimal string into a byte sequence.

encode

Encodes byte sequence into a hexadecimal string.