aboutsummaryrefslogtreecommitdiff
path: root/crates/equix/fuzz
Commit message (Collapse)AuthorAgeFilesLines
* hashx/fuzz, equix/fuzz: use arti-corporaMicah Elizabeth Scott2023-08-012-1/+2
| | | | | Remove corpus from .gitignore and add a symlink to the corpora submodule.
* equix/fuzz: rustfmtMicah Elizabeth Scott2023-08-011-19/+16
|
* equix/fuzz: Fixes to get nick's prototype runningMicah Elizabeth Scott2023-08-011-11/+37
| | | | | | | | | There are some places we might improve this, maybe testing more data types and shapes. This patch just makes the minimal changes necessary to get it working: adds allocation logic to the fuzzer itself, and adds visibility for the bucket_array::mem interface. Signed-off-by: Micah Elizabeth Scott <[email protected]>
* WIP: Fuzzer for BucketArray.Nick Mathewson2023-08-013-0/+179