move proving defaults to codextypes
This commit is contained in:
parent
2a196b099d
commit
1c734a6527
|
@ -27,14 +27,6 @@ import pkg/constantine/math/io/io_bigints
|
||||||
|
|
||||||
export circomcompat
|
export circomcompat
|
||||||
|
|
||||||
const
|
|
||||||
# TODO: this defaults need to be adjusted and/or replased with cli config params
|
|
||||||
DefaultMaxSlotDepth* = 32
|
|
||||||
DefaultMaxDatasetDepth* = 8
|
|
||||||
DefaultBlockDepth* = 5
|
|
||||||
DefaultCellElms* = 67
|
|
||||||
DefaultSamplesNum* = 5
|
|
||||||
|
|
||||||
type
|
type
|
||||||
CircomCompat* = object
|
CircomCompat* = object
|
||||||
slotDepth : int # max depth of the slot tree
|
slotDepth : int # max depth of the slot tree
|
||||||
|
|
Loading…
Reference in New Issue