encode

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

Encode bytes (optionally a sub-range) as a lowercase hex string.