Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fuzz test for compact.RangeNodes (#32)
Reading https://github.com/transparency-dev/merkle/blob/main/docs/compact_ranges.md I was inspired to write a simple [fuzz test](https://go.dev/doc/fuzz/) for [compact.RangeNodes](https://pkg.go.dev/github.com/transparency-dev/merkle@v0.0.1/compact#RangeNodes) that checks the property ["a compact range is the minimal set of perfect nodes that cover these, and only these, leaves"](https://github.com/transparency-dev/merkle/blob/main/docs/compact_ranges.md#definition) Co-authored-by: Al Cutter <al@google.com>
- Loading branch information