encode

fun encode(data: ByteArray): String

Encodes the given byte array to a zbase32-encoded string.

Return

a string representing the zbase32-encoded data

Parameters

data

the byte array to encode