Package-level declarations

Types

Link copied to clipboard

Commitment protocol interpreter for hosts holding the cleartext value.

Link copied to clipboard
data class Hashed<T>(val value: T, val info: HashInfo)
Link copied to clipboard
data class HashInfo(val hash: List<Byte>, val nonce: List<Byte>)
Link copied to clipboard
object Hashing

Functions

Link copied to clipboard
Link copied to clipboard
fun genNonce(width: Int): List<Byte>
Link copied to clipboard