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

decode

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

Decode a base32 encoded string to bytes.

Parameters

b32 - String!: The base32 encoded string.

Return
Bytes!: The decoded bytes.