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 isHex64(input: String): Boolean

Checks if a given string is a valid hexadecimal string with a length of 64 characters.

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

Utility function for converting between hex and byte arrays.