Companion

object Companion

Functions

Link copied to clipboard
inline fun <T> Committed<T>.commitment(): Commitment<T>
Link copied to clipboard
fun <T> fake(value: T): Committed<T>

A commitment to a known value. Note that the returned commitment has no hiding property.

Properties

Link copied to clipboard
const val NONCE_LENGTH: Int

Size of each nonce in bytes.