mirror of
https://github.com/arnaucube/go-merkletree-old.git
synced 2026-02-28 05:36:39 +01:00
8de728159707989d483a135eff9902ed5764687a
go-merkletree

Optimized MerkleTree implementation in Go.
The MerkleTree is optimized in the design and concepts, to have a faster and lighter MerkleTree, maintaining compatibility with a non optimized MerkleTree. In this way, the MerkleRoot of the optimized MerkleTree will be the same that the MerkleRoot of the non optimized MerkleTree.
This repo is holds the nostalgic (old) version of the MerkleTree implementation that we used in the past in iden3, as now has been substituted by a new specification.
Languages
Go
100%