Skip to content

Commit

Permalink
Added fuzzer tests (#500)
Browse files Browse the repository at this point in the history
* Added fuzzer for tbls routine
* Added fuzzers to some sign packages
* Update README.md
Add a more prominent disclaimer about target audience of this library.

* Added fuzzers to some sign packages
* Used deterministic streams in fuzzers
* Some refactoring
* Add test wrong shuffles on pair
* Add test wrong Shuffle Sequence
* Add negative test for shuffle/Biffle
* Reduce code duplication
* Added determinist stream to suite

---------

Co-authored-by: Linus Gasser <linus.gasser@epfl.ch>
Co-authored-by: lauener <kilian.lauener@epfl.ch>
Co-authored-by: Yolan Romailler <AnomalRoil@users.noreply.github.com>
  • Loading branch information
4 people authored May 10, 2024
1 parent 13e391e commit 848f428
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 139 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ coverage: tidy
# target to run all the possible checks; it's a good habit to run it before
# pushing code
check: lint vet test
echo "check done"
echo "check done"
Loading

0 comments on commit 848f428

Please sign in to comment.