aboutsummaryrefslogtreecommitdiffstats
path: root/src/fuzzer/redc_p256.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-1/+1
| | | | | | | | | Now modules default to internal headers instead of defaulting to public; making a new public API should be a visible and intentional choice. Brings the public header count from over 300 to around 150. Also removes the deprecated tls_blocking interface
* Remove use of redc_helper in fuzzersJack Lloyd2018-02-261-4/+9
| | | | This runs into the same weird UbSan issue as in #1370
* Create new fuzzer build modeJack Lloyd2017-08-251-0/+26