Releases: celestiaorg/nmt
Releases · celestiaorg/nmt
v0.5.0
v0.3.1
What's Changed
- Fix nasty append bug that caused 'min' namespace id modifications by @Wondertan in #30
Full Changelog: v0.3.0...v0.3.1
v0.3.0
v0.2.1
What's Changed
- Remove panic from IntervalDigestFromBytes by @Wondertan in #22
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Restructure code to expose the internal hasher: (#19) * restructure code to expose the internal hasher: - expose NmtHasher API s.t. it can be used to construct and use NMT Hashsers externally (e.g. for IPLD multihashers) - Add two functions Sha256Namespace8FlaggedLeaf, Sha256Namespace8FlaggedInner whose signature matches regular hash functions that simplify the above even further * fix bug/typo and minor doc improvements * Some sanity checks as tests