toHex

fun toHex(bytes: ByteArray): String

Utility function for converting between hex and byte arrays.

Since

0.2.0

Return

the hex string

Parameters

bytes

the byte array to convert