mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-04-18 02:33:10 +00:00
cleanup
This commit is contained in:
parent
26b9b9f3cf
commit
d5eaef89c3
@ -22,7 +22,6 @@ import ../../../merkletree
|
||||
import ../../../codextypes
|
||||
|
||||
import pkg/constantine/math/arithmetic
|
||||
|
||||
import pkg/constantine/math/arithmetic
|
||||
import pkg/constantine/math/io/io_bigints
|
||||
|
||||
@ -30,11 +29,11 @@ export circomcompat
|
||||
|
||||
const
|
||||
# TODO: this defaults need to be adjusted and/or replased with cli config params
|
||||
DefaultMaxDepth* = 32
|
||||
DefaultMaxLog2NSlots* = 8
|
||||
DefaultBlockTreeDepth* = 5
|
||||
DefaultNCellFldElms* = 67
|
||||
DefaultNSamples* = 5
|
||||
DefaultMaxSlotDepth* = 32
|
||||
DefaultMaxDatasetDepth* = 8
|
||||
DefaultBlockDepth* = 5
|
||||
DefaultCellElms* = 67
|
||||
DefaultNSamples* = 5
|
||||
|
||||
type
|
||||
CircomCompat* = object
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user