public class MerkleHashBuilder
extends java.lang.Object
Constructor and Description |
---|
MerkleHashBuilder()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getRootHash()
Get the merkle tree root hash.
|
void |
update(byte[] hash)
Add a new hash to the tree.
|