Uses of Package
io.crums.util.mrkl

Packages that use io.crums.util.mrkl
Package Description
io.crums.util.mrkl  
  • Classes in io.crums.util.mrkl used by io.crums.util.mrkl
    Class Description
    Builder
    Collects items (byte arrays) and builds a Merkle tree.
    DeltaTree
    A Merkle tree constructed from another with more leaves appended.
    FixedLeafBuilder  
    FixedLeafTree
    A more compact Tree appropriate if the leaves are fixed-width and it'all fits under 2 gigabytes.
    Node
    Merkle tree node.
    Proof
    A cryptographic path from an item (expressed in bytes) to the root of a Merkle tree.
    Tree
    The Merkle tree.