Skip to content

Releases: SpinResearch/merkle.rs

Version 1.1.0

09 May 21:59
Compare
Choose a tag to compare

Added

  • Implement Iterator and IntoIterator for MerkleTree (@romac)

Changed

  • Avoid allocating memory on the heap in HashUtils, and made combine_hashes more efficient (@briansmith)
  • Bump ring to ^0.6.0 and protobuf to ^1.2.0 (@romac)

Initial release.

29 Nov 22:02
1.0.0
Compare
Choose a tag to compare

Initial release of merkle.rs.