change the hex function to ``` fun ByteArray.toHe...
# announcements
j
change the hex function to
Copy code
fun ByteArray.toHex(): String {
	return DatatypeConverter.printHexBinary(this).toLowerCase()
}