| Interface | Description |
|---|---|
| Node |
A node in a merkle tree representing a hash
|
| Class | Description |
|---|---|
| HashLeaf |
A leaf represents a single hashed "bucket" of data- it needs to be sortable.
|
| HashNode |
An internal hash node in a merkle tree that automatically derives the hashes of its children to form its own hash.
|
| MerkleTree<T extends HashLeaf> |
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.
|
Copyright © 2014 Calrissian. All rights reserved.