Skip to content

v1.0.7

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 11:55
31c37cf
  • Added SimpleMerkleTree class that supports bytes32 leaves with no extra hashing.
  • Support custom hashing function for computing internal nodes. Available in the core and in SimpleMerkleTree.
  • Add length and at() (leaf getter) to StandardMerkleTree and SimpleMerkleTree.