aboutsummaryrefslogtreecommitdiff
path: root/src/econvert.c
Commit message (Collapse)AuthorAgeFilesLines
* Bump version: v0.6.20.6.2J08nY2017-11-071-1/+1
|
* Bump version0.6.1J08nY2017-10-041-1/+1
|
* Version bump.0.6.0J08nY2017-09-191-1/+1
|
* Add some more comments and docs, move exhaustive/seed.[ch] into math/J08nY2017-05-291-3/+1
|
* Add some more testsJ08nY2017-05-231-1/+5
|
* Version bump0.5.0J08nY2017-04-181-1/+1
|
* Version bump0.4.0J08nY2017-04-071-1/+1
|
* Removed GP compilation, added econvert targetJ08nY2017-04-051-1/+1
|
* ecgen v0.3: some cleanup and version bumpJ08nY2017-02-191-1/+1
|
* Optimized invalid curve generation, added optional args to gen_tJ08nY2017-02-161-0/+27
- 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.