mirror of
https://github.com/vocdoni/arbo.git
synced 2026-01-08 21:37:57 -05:00
Upgrade to last go-iden3-crypto, which has been upgraded to the new goff (https://github.com/ConsenSys/goff) version used for the finite fields arithmetic, which has been significantly optimized. Previous: TestAddBatchBench: nCPU: 4, nLeafs: 50000, hash: Poseidon, db: badgerdb Add loop: 44.043418294s AddBatch: 3.219378868s New: TestAddBatchBench: nCPU: 4, nLeafs: 50000, hash: Poseidon, db: badgerdb Add loop: 30.915348956s AddBatch: 2.289317479s Improvement (using arbo with Poseidon hash): 1.40x
11 lines
248 B
Modula-2
11 lines
248 B
Modula-2
module github.com/vocdoni/arbo
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/frankban/quicktest v1.13.0
|
|
github.com/iden3/go-iden3-crypto v0.0.12
|
|
go.vocdoni.io/dvote v1.0.4-0.20211025120558-83c64f440044
|
|
golang.org/x/crypto v0.0.0-20211117183948-ae814b36b871
|
|
)
|