Interface MerkleTree

  • All Implemented Interfaces:

    @DoNotImplement() 
    public interface MerkleTree
    
                        

    MerkleTrees are cryptographic data structures which can be used to create a short fingerprint of a larger structured dataset. From MerkleTrees, we can create MerkleProofs which let us prove that some particular data is part of the whole tree without revealing the remaining data.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail