aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzer/invert.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Simplify modular inversion fuzzerJack Lloyd2018-03-011-50/+6
| | | | | Now binary ext gcd algorithm has an exposed API so no need to duplicate the code here.
* Clean up fuzzer code a bitJack Lloyd2017-09-021-11/+7
| | | | | If we ever output something to the terminal it should be because we are crashing.
* Create new fuzzer build modeJack Lloyd2017-08-251-0/+87