v0.12.0
What's Changed
- prune: speed up using 1<<N instead of math.Pow(2, N) by @odeke-em in #76
- prune, subdivide: check bounds and use bits.Len instead of math.Log2 to determine bits for width by @odeke-em in #78
- docs: improve namespace doc by @rootulp in #81
- Simplify GetSubrootPaths by @elias-orijtech in #80
- nmt: sanity check addition results to avoid overflows by @odeke-em in #79
- chore: add overflow test by @rootulp in #83
- chore: misc updates by @rahulghangas in #89
- Bug fix: reject forged proofs of absence. Fixes (#86) by @preston-evans98 in #90
New Contributors
- @odeke-em made their first contribution in #76
- @elias-orijtech made their first contribution in #80
- @preston-evans98 made their first contribution in #90
Full Changelog: v0.11.0...v0.12.0