Module data_encoding::base32
[−]
[src]
Base 32 Encoding.
See the generic encode and
decode modules for details about
this module functions.
Definition
Symbols are A-Z2-7. Padding is =.
Conformance
RFC 4648 compliant.
Functions
| decode | |
| decode_len | |
| decode_mut | |
| encode | |
| encode_len | |
| encode_mut |