decode

open fun decode(string: String): Array<Byte>

Decode a Base32 input with the default alphabet (ALPHABET_RFC4648)

Return

The decoded data

Parameters

string

Encoded input to be decoded