The source project of this merge request has been removed.
Fuzzers for Equi-X and HashX
Start fuzzing both the Equi-X and HashX crates.
The Equi-X fuzzer is from nick (draft in !1442 (closed)) and it tests the unsafe BucketArray data structure against a simple safe reference implementation.
The HashX fuzzer is a relatively heavy black-box-ish tester that compares our four hashx implementations against each other, and it lets the fuzzer drive program generation directly by providing PRNG value overrides.
These both seem to be working now, and I'm starting to gather a corpus.
Edited by Ghost User