Hex

object Hex

Functions

Link copied to clipboard
fun decode(hex: String): ByteArray
Link copied to clipboard
fun encode(input: ByteArray): String
fun encode(    input: ByteArray,     offset: Int,     len: Int): String