-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add new Rust fuzzer #457
Add new Rust fuzzer #457
Conversation
jtraglia
commented
Jul 18, 2024
- Replace old C LLVMFuzzer with new cargo-fuzz implementation in Rust.
- This will also differentially fuzz with Constantine & PeerDAS-KZG where possible.
Should we add a README here (this PR deleted one)? Or briefly mention how to run the fuzzer in the README? |
Good idea. I've added a basic readme. Please walk through this to make sure it's correct. |
Hm. I got some undefined reference issues when running
Not sure if this is my own issue or not. Likely my own issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!