decode

fun decode(data: String): ByteArray

Decodes a zbase32-encoded string back into its original byte array.

Return

the original byte array

Parameters

data

the string to decode

Throws

if the input contains invalid zbase32 characters