wire in circom backend
This commit is contained in:
parent
ecb72fccd5
commit
2a196b099d
|
@ -33,7 +33,7 @@ const
|
||||||
DefaultMaxDatasetDepth* = 8
|
DefaultMaxDatasetDepth* = 8
|
||||||
DefaultBlockDepth* = 5
|
DefaultBlockDepth* = 5
|
||||||
DefaultCellElms* = 67
|
DefaultCellElms* = 67
|
||||||
DefaultNSamples* = 5
|
DefaultSamplesNum* = 5
|
||||||
|
|
||||||
type
|
type
|
||||||
CircomCompat* = object
|
CircomCompat* = object
|
||||||
|
|
Loading…
Reference in New Issue