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