Expand description
Base32 encoding routines
Functionsยง
- encode
- Encode base32 using the default alphabet
Returns a
Stringresult - encode_
alphabet - Encode base32 using the specified Alphabet.
Returns a
String. - encode_
alphabet_ slice - Encode base32 using the specified Alphabet and the predefined output slice.
Returns a
usizeof how many output bytes are filled. - encoded_
len - Returns encoded length for given input length