viaduct
0.3.0
interpreter
/
io.github.aplcornell.viaduct.backend.zkp
/
ZKPObject
/
ZKPVectorObject
ZKPVector
Object
class
ZKPVectorObject
(
val
size
:
Int
,
val
defaultValue
:
Value
,
val
wireGenerator
:
WireGenerator
)
:
ZKPObject
Constructors
Properties
Constructors
ZKPVector
Object
Link copied to clipboard
fun
ZKPVectorObject
(
size
:
Int
,
defaultValue
:
Value
,
wireGenerator
:
WireGenerator
)
Properties
default
Value
Link copied to clipboard
val
defaultValue
:
Value
gates
Link copied to clipboard
val
gates
:
ArrayList
<
WireTerm
>
size
Link copied to clipboard
val
size
:
Int
wire
Generator
Link copied to clipboard
val
wireGenerator
:
WireGenerator