Crate zbase32

Source
Expand description

Encoding and decoding of zbase32.

This is an implementation of the human-oriented base-32 encoding called zbase32.

Constants§

ALPHABET
Alphabet used by zbase32

Functions§

decode
Decode first N bits of given zbase32 encoded data
decode_full_bytes
Decode given zbase32 encoded string
decode_full_bytes_str
Decode given zbase32 encoded string
decode_str
Decode first N bits of given zbase32 encoded string
encode
Encode first N bits with zbase32.
encode_full_bytes
Encode full bytes using zbase32.
validate
Check if data is valid zbase32 encoded bytes
validate_str
Check if data is valid zbase32 encoded string