Package io.crums.util.mrkl
package io.crums.util.mrkl
-
ClassesClassDescriptionCollects items (byte arrays) and builds a Merkle tree.Builds an incrementally bigger tree by only recalculating and maintaining deltas.A Merkle tree constructed from another with more leaves appended.Builds FixedLeafTree instances.A more compact
Treeappropriate if the leaves are fixed-width and it'all fits under 2 gigabytes.ATreeallowing variable length leaves.Merkle tree node.A cryptographic path from an item (expressed in bytes) to the root of a Merkle tree.The Merkle tree.