tuweni / org.apache.tuweni.io / Base32 / encode

encode

static fun encode(bytes: Bytes!): String! (source)

Encode bytes to a base32 encoded string.

Parameters

bytes - Bytes!: The bytes to encode.

Return
String!: A base32 encoded string.