aboutsummaryrefslogtreecommitdiff
path: root/src/math/koblitz.c
Commit message (Collapse)AuthorAgeFilesLines
* Run clang-format.J08nY2018-03-201-1/+1
|
* Use the Koblitz order store to lookup a curve order fast.J08nY2018-03-031-3/+3
|
* Add tests for Koblitz order store.J08nY2018-02-271-1/+1
|
* Add a set of Koblitz curves to be searched to speedup order computation.J08nY2018-01-191-0/+73
- 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.