Package io.crums.util.mrkl


package io.crums.util.mrkl
  • Classes
    Class
    Description
    Collects 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 Tree appropriate if the leaves are fixed-width and it'all fits under 2 gigabytes.
    A Tree allowing 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.