aboutsummaryrefslogtreecommitdiff
path: root/test/src/util/test_timeout.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Copyright fixes and Makefile fixes.J08nY2018-04-051-1/+1
|
* Fix Valgrind warnings about timeout struct allocations.J08nY2018-02-031-1/+6
| | | | | | - Make them dynamically allocated, per thread, not on stack. - Also fix a small invalid read of deallocated generator point.
* Add a set of Koblitz curves to be searched to speedup order computation.J08nY2018-01-191-7/+5
| | | | | | - There is not a lot of Koblitz curves out there, so they can be easily enumerated for the interesting field sizes and their orders computed offline.
* Add some more basic tests for coverage.J08nY2018-01-181-0/+36