encodeI2p

fun encodeI2p(bytes: ByteArray, offset: Int = 0, length: Int = bytes.size - offset): String

Encode bytes using i2p's lowercase, unpadded base32 alphabet: the exact behaviour of libtorrent's base32encode_i2p.