io / org.apache.tuweni.io / Base32 / decode

decode

static fun decode(b32: String): Bytes (source)

Decode a base32 encoded string to bytes.

Parameters

b32 - The base32 encoded string.

Return
The decoded bytes.