Skip to content
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

cargo-wycheproof #16

Open
pinkforest opened this issue Mar 8, 2024 · 0 comments
Open

cargo-wycheproof #16

pinkforest opened this issue Mar 8, 2024 · 0 comments

Comments

@pinkforest
Copy link

pinkforest commented Mar 8, 2024

There is a cargo-fuzz that generates sub-crate under fuzz directory where people then plumb the input from fuzzer/s.

I wonder if it would be feasible to do cargo-wycheproof that generates similar thing/s for this ?

e.g. it could generate wycheproof directory under the crate that is under test and then people just plumb the needed input

It could easen up plumbing up everything to right place directed - e.g. I just plumbed ed25519-dalek manually here:

My thing currently generates generated.rs that feeds from lib.rs where the input proxy is for test cases but it's tedious as I have to add both the codegen plumbing separately.

Where as I could say cargo wycheproof and then just only plumb the test codegen to input.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant