aboutsummaryrefslogtreecommitdiff
path: root/crates/tor-cell/fuzz/fuzz_targets
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation for relaymsg fuzzerNick Mathewson2024-04-021-4/+8
| | | | This broke when we changed the relaymsg api.
* Fix relaymsg fuzzer to refer to AnyRelayMsgOuter.Nick Mathewson2023-12-141-2/+2
|
* tor-cell: Fix compilation for fuzzersNick Mathewson2023-03-012-3/+4
| | | | | (I also ran them a couple billion iterations, and didn't hit any bugs.)
* Move all crates into a `crates` subdirectory.Nick Mathewson2021-08-272-0/+17
This will cause some pain for now, but now is really the best time to do this kind of thing.