Module data_encoding::base32hex [] [src]

Base 32 Encoding with Extended Hex Alphabet.

See the generic encode and decode modules for details about this module functions.

Definition

Symbols are 0-9A-V. Padding is =.

Conformance

RFC 4648 compliant.

Functions

decode
decode_len
decode_mut
encode
encode_len
encode_mut