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
J08nY
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
src
/
gen
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fix Travis.
J08nY
2018-07-10
1
-1
/
+0
|
*
Fix discriminant check.
J08nY
2018-06-30
1
-1
/
+7
|
*
Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc).
J08nY
2018-06-30
1
-2
/
+2
|
*
Copyright fixes and Makefile fixes.
J08nY
2018-04-05
8
-8
/
+8
|
*
Separate subgroup object functions into obj.
J08nY
2018-03-28
1
-0
/
+1
|
*
Separate curve object functions into obj.
J08nY
2018-03-28
2
-0
/
+2
|
*
Separate point object functions into obj.
J08nY
2018-03-28
1
-0
/
+1
|
*
Refactor point generation tests.
J08nY
2018-03-03
1
-105
/
+118
|
*
Rewrite generator and point generation code.
J08nY
2018-03-03
4
-324
/
+119
|
*
Add tests for Koblitz order store.
J08nY
2018-02-27
1
-3
/
+3
|
*
Add some more basic tests for coverage.
J08nY
2018-01-18
3
-0
/
+94
|
*
Add tests for brainpool generation, and fix it.
J08nY
2017-12-13
1
-4
/
+0
|
*
Fix unit tests failing wih DDEBUG.
J08nY
2017-12-13
1
-1
/
+5
|
*
Implement base of brainpool algo.
J08nY
2017-12-13
1
-1
/
+1
|
*
Cleanup the CLI options parsing and enums a bit.
J08nY
2017-10-19
1
-6
/
+0
|
*
Add check_f for a string in the hex expansion of a curve param.
J08nY
2017-10-17
1
-0
/
+138
|
*
Add tests for order.c.
J08nY
2017-10-17
2
-3
/
+100
|
*
Add several check_fs for standard security requirements.
J08nY
2017-10-17
3
-16
/
+138
|
|
|
|
|
|
- Check for trace one(anomalous) curve, check for multiplicative transfer(embedding degree), factors of generator order and cm discriminant.
*
Add tests for field.c.
J08nY
2017-10-15
2
-4
/
+205
|
*
Add tests for equation.c.
J08nY
2017-10-15
1
-0
/
+118
|
*
Format and update README.
J08nY
2017-10-14
1
-62
/
+113
|
*
Make config_t *cfg a global variable.
J08nY
2017-10-14
2
-44
/
+22
|
|
|
|
|
|
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.
*
Add tests for gp interpretation check_f.
J08nY
2017-10-03
1
-8
/
+113
|
*
Add GP code interpretation as a gen_f option.
J08nY
2017-09-30
1
-0
/
+109
|
*
Add "offset_e state" param to gen_f and check_f.
J08nY
2017-09-30
1
-6
/
+6
|
*
Move some stuff from general seed_t handling in gen/seed.[ch] to ↵
J08nY
2017-09-17
1
-165
/
+0
|
|
|
|
exhaustive/ansi.[ch].
*
Add example data from ANSI X9.62 for prime field case.
J08nY
2017-09-17
1
-0
/
+72
|
*
Implement W/b computation for ANSI X9.62.
J08nY
2017-09-17
1
-2
/
+2
|
*
Remove binascii utilities, move seed manipulation to bits_t.
J08nY
2017-09-13
1
-13
/
+11
|
*
Fix hashing of ANSI X9.62 seed.
J08nY
2017-08-31
1
-4
/
+13
|
*
Implement hashing of ANSI X9.62 seed.
J08nY
2017-08-31
1
-13
/
+14
|
*
Implement ANSI X9.62 stdin input + tests.
J08nY
2017-08-31
1
-4
/
+52
|
*
Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.
J08nY
2017-08-30
2
-1
/
+38
|
*
Add tests for all point generation functions.
J08nY
2017-08-30
1
-2
/
+95
|
*
More point tests and formating.
J08nY
2017-08-30
1
-7
/
+34
|
*
Add tests for point generation.
J08nY
2017-08-30
1
-0
/
+49