zBlock-2 / summa-solvency-Turing

Apache License 2.0
0 stars 0 forks source link

init: cargo fuzz #3

Open 0xpanicError opened 4 months ago

0xpanicError commented 4 months ago

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:

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