| Package | Description |
|---|---|
| org.calrissian.mango.hash.tree |
| Class and Description |
|---|
| HashLeaf
A leaf represents a single hashed "bucket" of data- it needs to be sortable.
|
| MerkleTree
A standard MerkleTree that takes a collection of @link{Hashable} objects and creates a tree, aggregating the hashes as
it moves up the levels of the tree.
|
| Node
A node in a merkle tree representing a hash
|
Copyright © 2014 Calrissian. All rights reserved.