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 used by zbase32

Functions

Decode first N bits of given zbase32 encoded data
Decode given zbase32 encoded string
Decode given zbase32 encoded string
Decode first N bits of given zbase32 encoded string
Encode first N bits with zbase32.
Encode full bytes using zbase32.
Check if data is valid zbase32 encoded bytes
Check if data is valid zbase32 encoded string