arnaucube 0b2c3b07ed Update public methods signatures
- Update public methods signatures
- Remove 'lastAccess' param
- Add option to pass root for tree.Dump, Iterate, IterateWithStop,
Graphviz (and related)
- Move error messages to const defined error messages for external usage
2021-05-26 17:01:09 +02:00
2021-05-20 12:04:54 +02:00
2021-05-23 16:19:04 +02:00
2021-05-26 09:30:57 +02:00
2021-05-26 17:01:09 +02:00
2021-05-26 17:01:09 +02:00
2021-03-30 21:56:05 +02:00
2021-05-26 17:01:09 +02:00
2021-05-26 17:01:09 +02:00
2021-05-26 17:01:09 +02:00
2021-05-26 17:01:09 +02:00
2021-05-26 17:01:09 +02:00

arbo GoDoc Go Report Card Test

arbo: tree in Esperanto.

MerkleTree implementation in Go. Compatible with the circomlib implementation of the MerkleTree (when using the Poseidon hash function), following the specification from https://docs.iden3.io/publications/pdfs/Merkle-Tree.pdf and https://eprint.iacr.org/2018/955.

Allows to define which hash function to use. So for example, when working with zkSnarks the Poseidon hash function can be used, but when not, it can be used the Blake3 hash function, which improves the computation time.

Description
No description provided
Readme GPL-3.0 331 KiB
Languages
Go 97.9%
TypeScript 2.1%