This commit is contained in:
Dmitriy Ryajov 2024-02-07 10:35:44 -06:00
parent 26b9b9f3cf
commit d5eaef89c3
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 5 additions and 6 deletions

View File

@ -22,7 +22,6 @@ import ../../../merkletree
import ../../../codextypes import ../../../codextypes
import pkg/constantine/math/arithmetic import pkg/constantine/math/arithmetic
import pkg/constantine/math/arithmetic import pkg/constantine/math/arithmetic
import pkg/constantine/math/io/io_bigints import pkg/constantine/math/io/io_bigints
@ -30,10 +29,10 @@ export circomcompat
const const
# TODO: this defaults need to be adjusted and/or replased with cli config params # TODO: this defaults need to be adjusted and/or replased with cli config params
DefaultMaxDepth* = 32 DefaultMaxSlotDepth* = 32
DefaultMaxLog2NSlots* = 8 DefaultMaxDatasetDepth* = 8
DefaultBlockTreeDepth* = 5 DefaultBlockDepth* = 5
DefaultNCellFldElms* = 67 DefaultCellElms* = 67
DefaultNSamples* = 5 DefaultNSamples* = 5
type type