decode With Alphabet
Decode a Base32 input with the given alphabet
Return
The decoded data, can be null.
Parameters
string
Encoded base32 input to be decoded
alphabet
Decode with the given alphabet, if nullptr ALPHABET_RFC4648 is used by default