Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improvement: Allow optional "start" function to set-up variable-time statics #11

Open
phayes opened this issue Apr 26, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@phayes
Copy link
Owner

phayes commented Apr 26, 2019

It would be useful for lots of fuzzing targets to allow for variable-time "set up" of statics that are then re-used in the fuzzing. For example, generating keys when we are testing encrypt / decrypt / sign operations.

This is a perfect use of using the wasm "start" function

@phayes phayes added the enhancement New feature or request label Apr 26, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant