WireGenerator

class WireGenerator

Functions

mkConst
Link copied to clipboard
fun mkConst(v: Int): WireTerm
mkDummyIn
Link copied to clipboard
fun mkDummyIn(hash: List<Byte>, nonce: List<Byte>): WireTerm
mkIn
Link copied to clipboard
fun mkIn(v: Int, hash: List<Byte>, nonce: List<Byte>): WireTerm
mkOp
Link copied to clipboard
fun mkOp(op: Operator, inputs: List<WireTerm>): WireOp