lambdaclass / lambdaworks

lambdaworks offers implementations for both SNARKs and STARKs provers, along with the flexibility to leverage their individual components for constructing customized SNARKs.
https://lambdaclass.github.io/lambdaworks/
Apache License 2.0
625 stars 140 forks source link

Fix and improve fuzzers #898

Closed MauroToscano closed 3 months ago

MauroToscano commented 3 months ago

Fix and improve fuzzers

Description

Fuzzers where not working

Additionally, I changed the Stark fuzzers to use bigger numbers than u64, so it can be used as reference when adding new fuzzers.

This PR doesn't fix:

Those have compilations errors that need to be handled

Type of change

codecov-commenter commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.82%. Comparing base (264f29b) to head (5280843).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #898 +/- ## ======================================= Coverage 72.82% 72.82% ======================================= Files 150 150 Lines 34150 34150 ======================================= Hits 24870 24870 Misses 9280 9280 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.