Test the low-level Merkle hash tree implementation. More...
Public Member Functions | |
void | setUp () throws Exception |
void | testMerkleTree () throws Exception |
Static Public Member Functions | |
static void | setUpBeforeClass () throws Exception |
static void | testTree (int numLeaves, int nodeLength, boolean digest) throws Exception |
static byte[][] | makeContent (int numNodes, int nodeLength, boolean digest) |
static void | testTree (byte[][] content, int count, boolean digest) |
Static Protected Member Functions | |
static void | checkPath (MerkleTree tree, MerklePath path) |
Static Protected Attributes | |
static Random | _rand = new Random() |
Test the low-level Merkle hash tree implementation.