- Added
SimpleMerkleTree
class that supportsbytes32
leaves with no extra hashing. - Support custom hashing function for computing internal nodes. Available in the core and in
SimpleMerkleTree
. - Add
length
andat()
(leaf getter) toStandardMerkleTree
andSimpleMerkleTree
.