viaduct
0.2.0-5-g5831d91.dirty
runtime2
/
edu.cornell.cs.apl.viaduct.runtime.commitment
/
Committed
Committed
class
Committed
<
T
>
Content copied to clipboard
A value committed to. Packages the value and the secret needed to open the
Commitment
.
Types
Constructors
Properties
Extensions
Constructors
Committed
Link copied to clipboard
fun
<
T
>
Committed
(
value
:
T
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
nonce
Link copied to clipboard
val
nonce
:
ByteArray
Content copied to clipboard
value
Link copied to clipboard
val
value
:
T
Content copied to clipboard
Extensions
commitment
Link copied to clipboard
inline
fun
<
T
>
Committed
<
T
>
.
commitment
(
)
:
Commitment
<
T
>
Content copied to clipboard