Package-level declarations

Functions

Link copied to clipboard

Utility function for converting bytes to hex.

Link copied to clipboard

Utility function for converting between hex and byte arrays.

Link copied to clipboard
fun fromHex(string: String): ByteArray

Utility function for converting between hex and byte arrays.

Link copied to clipboard
fun toHex(bytes: ByteArray): String

Utility function for converting between hex and byte arrays.