Module data_encoding::base16 [] [src]

Base 16 Encoding.

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

Definition

Symbols are 0-9A-F. No padding is required.

Conformance

RFC 4648 compliant.

Functions

decode
decode_len
decode_mut
encode
encode_len
encode_mut