aboutsummaryrefslogtreecommitdiff
path: root/src/cm (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Optimized invalid curve generation, added optional args to gen_tJ08nY2017-02-161-2/+2
| | | | | | | | | | | | | | - Optimized invalid curve generation - Invalid curve generation for secp256r1 now takes around 90minutes instead of 5hours as before - Optimized prime point generation(if only some small prime order points are needed -> points_primet) - Added a_once and b_once that prompt for parameter input and then set the input parameter repeatedly - Added optional args to gen_t functions - Integer input now ignores whitespace and doesnt errorneously prompt stdout when reading from file - Specified C standard(C11) + feature macros in code.
* Added some docs + DoxyfileJ08nY2017-02-151-0/+3
|
* Add some TODOs, fix buildJ08nY2017-02-151-1/+4
|
* Properly split into submodulesJ08nY2017-02-102-0/+11
|
* Seperated different generation methods into modules.J08nY2017-02-092-0/+13
- Added Koblitz curve generation.