Crate zbase32 [−] [src]
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 |
| decode_full_bytes |
Decode given zbase32 encoded string |
| decode_full_bytes_str |
Decode given zbase32 encoded string |
| decode_str |
Decode first N |
| encode |
Encode first N |
| encode_full_bytes |
Encode full bytes using zbase32. |
| validate |
Check if |
| validate_str |
Check if |