index
:
ecgen.git
feature/anomalous-given-order
feature/brainpool-algo
feature/cm
feature/cm-retry
feature/drop-csv-support
master
Tool for generating Elliptic curve domain parameters
gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
math
/
subgroups.c
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Make config_t *cfg a global variable.
J08nY
2017-10-14
1
-3
/
+3
|
|
|
|
|
|
The config is setup from parsing CLI options and then doesn't change for the whole duration of running ecgen, so it makes sense to make it a global variable.
*
Implement hashing of ANSI X9.62 seed.
J08nY
2017-08-31
1
-1
/
+2
|
*
Use gtoset instead of sort and manual uniq algo.
J08nY
2017-08-31
1
-11
/
+2
|
*
More point tests and formating.
J08nY
2017-08-30
1
-2
/
+2
|
*
Refactor some of the subgroups code.
J08nY
2017-08-30
1
-22
/
+32
|
*
Fix subgroup order enumeration, that broke point enumeration for some curves.
J08nY
2017-08-30
1
-35
/
+28
|
*
Add first working test.
J08nY
2017-08-29
1
-1
/
+1
|
*
Add proper support for Koblitz curves generation.
J08nY
2017-07-20
1
-10
/
+10
|
*
Some cleanup of unused stuff.
J08nY
2017-07-20
1
-1
/
+18
|
*
Make --points=all not error for some edge cases.
J08nY
2017-06-08
1
-21
/
+42
|
*
Fix formatting and whitespace.
J08nY
2017-06-05
1
-3
/
+2
|
*
Fix errors in point generation, for "nonprime" points mainly.
J08nY
2017-06-05
1
-15
/
+73
|
*
Add generating of points on non-prime order subgroups of a curve.
J08nY
2017-06-01
1
-0
/
+60
- Use --points=nonprime