HashInfo

data class HashInfo(hash: List<Byte>, nonce: List<Byte>)

Functions

verify
Link copied to clipboard
fun verify(data: List<Byte>): Boolean

Properties

hash
Link copied to clipboard
val hash: List<Byte>
nonce
Link copied to clipboard
val nonce: List<Byte>