You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm finally was able to setup a fuzz testing suite in the project by using cargo fuzz. To setup I have used the 3 functions from zk_prover/src/merkle_sum_tree/utils/operatio_helpers
I obviously didn't expect to find any bugs in these 3 functions but I can confirm no inputs in fuzz testing cause them to panic. Now I will work on fuzzing other functions in utils directory and then move to MST implementation.
The text was updated successfully, but these errors were encountered:
Fuzz tested the build_leaves_from_entries , build_merkle_tree_from_leaves and build_middle_level function in zk_prover/src/merkle_sum_tree/utils/build_tree.rs
I'm finally was able to setup a fuzz testing suite in the project by using
cargo fuzz
. To setup I have used the 3 functions fromzk_prover/src/merkle_sum_tree/utils/operatio_helpers
I obviously didn't expect to find any bugs in these 3 functions but I can confirm no inputs in fuzz testing cause them to panic. Now I will work on fuzzing other functions in utils directory and then move to MST implementation.
The text was updated successfully, but these errors were encountered: