principal/utils/base32 library
Functions
-
base32Decode(
String input) → Uint8List - @param input The base32 encoded string to decode.
-
base32Encode(
Uint8List input) → String - @param input The input array to encode. @returns A Base32 string encoding the input.