Skip to content

MerkleRoot

Compare
Choose a tag to compare
@h5law h5law released this 09 Jan 20:28
· 19 commits to main since this release
d16ac8d

Overview

The Root methods now return the MerkleRoot type that is an alias for the []byte type and works in its place. However it has the Sum method, that extracts the sum from MerkleRoot generated by the SMST, and panics otherwise.

What's Changed

  • [Enhancement] Add MerkleRoot type alias for []byte with Sum method by @h5law in #37

Full Changelog: v0.8.2...v0.9.0