-
Notifications
You must be signed in to change notification settings - Fork 145
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
Addition fuzzer for Stark Field #601
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schouhy
approved these changes
Oct 10, 2023
entropidelic
approved these changes
Oct 11, 2023
Codecov Report
@@ Coverage Diff @@
## main #601 +/- ##
=======================================
Coverage 95.61% 95.61%
=======================================
Files 111 111
Lines 19318 19318
=======================================
Hits 18471 18471
Misses 847 847 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
diegokingston
approved these changes
Oct 12, 2023
juan518munoz
pushed a commit
that referenced
this pull request
Oct 17, 2023
* Add fuzzer * Remove artifacts --------- Co-authored-by: Mariano A. Nicolini <[email protected]>
PatStiles
pushed a commit
to PatStiles/lambdaworks
that referenced
this pull request
Oct 18, 2023
* Add fuzzer * Remove artifacts --------- Co-authored-by: Mariano A. Nicolini <[email protected]>
PatStiles
pushed a commit
to PatStiles/lambdaworks
that referenced
this pull request
Oct 18, 2023
* Add fuzzer * Remove artifacts --------- Co-authored-by: Mariano A. Nicolini <[email protected]>
PatStiles
pushed a commit
to PatStiles/lambdaworks
that referenced
this pull request
Oct 20, 2023
* Add fuzzer * Remove artifacts --------- Co-authored-by: Mariano A. Nicolini <[email protected]>
github-merge-queue bot
pushed a commit
that referenced
this pull request
Oct 20, 2023
* migrate cli to extern crate * add clap4 for cli handling * cargo fmt * readme changes * Add disclaimer readme * Remove bit security text from cairo prover crate * add compile option to makefile * add compile and run all to makefile * add example to readme * cargo fmt * add compile and prove to makefile * better readme * add quiet flag to makefile binaries * reorganized readme * initial commit * add remove after compile to docker run * externalize commands * Update README * cargo fmt * update README * err handling for non existing files * moved prints to err handler * Update provers/cairo-prover-cli/src/main.rs Co-authored-by: Mariano A. Nicolini <[email protected]> * stark curve, pedersen hash, precalculated points (#597) * stark curve, pedersen hash, precalculated points * lint * lint + array index fixes * cargo fmt * clippy * fmt * ref to starknet-rs * reviews * constant points moved to another file * move 'from_affine_hex_string' to starkcurve * make add_points a private fn * docs for pedersen * rename add_points -> lookup_and_accumulate --------- Co-authored-by: Mariano A. Nicolini <[email protected]> * Addition fuzzer for Stark Field (#601) * Add fuzzer * Remove artifacts --------- Co-authored-by: Mariano A. Nicolini <[email protected]> * update README * Update Makefile * update README bin * changed println for eprintln * fix README * rmv fuzz and wasm from README --------- Co-authored-by: Jmunoz <[email protected]> Co-authored-by: Mariano A. Nicolini <[email protected]> Co-authored-by: MauroFab <[email protected]> Co-authored-by: irfan <[email protected]> Co-authored-by: Mauro Toscano <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addition fuzzer for Stark Field
Description
Addition fuzzer for Stark Field, to make sure the same bug of issue #600 doesn't appear with the StarkField
Type of change
Please delete options that are not relevant.