Releases: cardano-foundation/merkle-tree-java
Releases · cardano-foundation/merkle-tree-java
v0.0.7
v0.0.6
merkle-tree-java-0.0.5
Initial release of Merkle Tree implementation (Java + Aiken) using Cardano Client Library annotations / mappings.
Features:
- Tree creation in the off-chain as well as on-chain (rarely needed)
- proof generation in the off-chain and on-chain
- proof verification in the off-chain and on-chain
- ability to store any item provided it's serialiser to bytes is available (e.g. cbor)
- adding / removal items in the off-chain only (initial implementation, inefficient for large data sets but produces balanced Merkle Tree tree)