package com.chameth.yaotp fun ByteArray.toHexString() = map { String.format("%02x", it) }.reduce(String::plus)