Top 4.7% dependent repos on proxy.golang.org
proxy.golang.org : github.com/arnaucube/arbo
Package arbo implements a Merkle Tree compatible with the circomlib implementation of the MerkleTree, 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 Blake2b hash function, which has much faster computation time. Package arbo > vt.go implements the Virtual Tree, which computes a tree without computing any hash. With the idea of once all the leafs are placed in their positions, the hashes can be computed, avoiding computing a node hash more than one time.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/arnaucube/arbo
License: GPL-3.0
Latest release: almost 4 years ago
First release: almost 4 years ago
Namespace: github.com/arnaucube
Dependent packages: 1
Dependent repositories: 1
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 2 months ago