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

init: cargo fuzz #3

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

init: cargo fuzz #3

wants to merge 3 commits into from

Conversation

0xpanicError
Copy link
Collaborator

@0xpanicError 0xpanicError commented Feb 20, 2024

Initialised cargo fuzz in the summa codebase. Currently can only fuzz test 3 function in zk_prover/src/merkle_sum_tree/utils/operation_helpers

Namely:

  • big_intify_username
  • big_uint_to_fp
  • fp_to_big_uint

Obviously these functions did not panic while fuzz testing. I started with them to initialise the test suite. Now working on more important functions.

Refer the README.md for setup instructions: https://github.com/teddav/summa/blob/mst_fuzzer/zk_prover/fuzz/README.md

@0xpanicError 0xpanicError linked an issue Feb 20, 2024 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

Set up the Fuzz testing suite in summa
1 participant