WireDummyIn

data class WireDummyIn(val index: Int, val hash: List<Byte>, val nonce: List<Byte>) : WireTerm

Constructors

Link copied to clipboard
fun WireDummyIn(index: Int, hash: List<Byte>, nonce: List<Byte>)

Properties

Link copied to clipboard
val hash: List<Byte>
Link copied to clipboard
val index: Int
Link copied to clipboard

Extensions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun WireTerm.toR1CS(isProver: Boolean, is_eq_to: Int): R1CS
Link copied to clipboard