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
/
exhaustive
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement NUMS curve generation (somewhat).
J08nY
2023-10-14
3
-0
/
+188
*
Add option to generate smooth order curves.
J08nY
2023-05-12
1
-0
/
+11
*
Use exhaustive generation of some params in CM generation.
J08nY
2018-07-09
6
-330
/
+42
*
Fix some edge cases of supersingular generation method.
J08nY
2018-07-02
2
-5
/
+8
*
Add method for generating supersingular curves.
J08nY
2018-07-02
3
-0
/
+76
*
Add util directory and jq script to transform into CSV.
J08nY
2018-06-30
1
-1
/
+1
*
Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc).
J08nY
2018-06-30
1
-0
/
+7
*
Separate subgroup object functions into obj.
J08nY
2018-03-28
1
-0
/
+1
*
Separate curve object functions into obj.
J08nY
2018-03-28
1
-1
/
+2
*
Separate point object functions into obj.
J08nY
2018-03-28
1
-2
/
+1
*
Make the EOF and error failure message more clear.
J08nY
2018-03-25
1
-2
/
+4
*
Fix infinite loop when encountering EOF/error in input file read.
J08nY
2018-03-25
1
-6
/
+9
*
Add option to generate only some parameters randomly and input others.
J08nY
2018-03-24
1
-8
/
+13
*
Run clang-format.
J08nY
2018-03-20
1
-1
/
+1
*
Use the Koblitz order store to lookup a curve order fast.
J08nY
2018-03-03
1
-6
/
+6
*
Add direcory names to include guards.
J08nY
2018-03-03
7
-21
/
+21
*
Refactor point generation tests.
J08nY
2018-03-03
1
-1
/
+1
*
Rewrite generator and point generation code.
J08nY
2018-03-03
2
-7
/
+15
*
Drop CSV support.
J08nY
2018-02-27
2
-9
/
+9
*
Fix memory leak in brainpool and brainpool_rfc methods.
J08nY
2018-02-03
2
-9
/
+9
*
Fix invalid write in check.c
J08nY
2018-02-03
1
-1
/
+2
*
Fix some memory leaks in threaded invalid generation.
J08nY
2018-02-03
1
-0
/
+1
*
Cleanup includes.
0.6.4
J08nY
2018-01-18
2
-2
/
+0
*
Add curve twists to CLI and update options in README.
J08nY
2018-01-18
1
-1
/
+6
*
Update copyright year.
J08nY
2018-01-01
14
-14
/
+14
*
Fix running out of stack in embedding degree computation.
J08nY
2017-12-20
2
-4
/
+6
*
Add more Brainpool tests, fix some.
J08nY
2017-12-18
1
-1
/
+3
*
Do not skip Brainpool RFC tests.
J08nY
2017-12-17
1
-1
/
+1
*
Add seadata to Travis.
feature/brainpool-algo
J08nY
2017-12-17
1
-1
/
+6
*
Fix ANSI generation.
J08nY
2017-12-17
1
-0
/
+6
*
Fix gens_get_embedding and brainpool RFC generation.
J08nY
2017-12-17
2
-11
/
+2
*
Fix some errors in brainpool rfc generation (4/7 RFC curves pass).
J08nY
2017-12-17
5
-39
/
+156
*
Fix brainpool(+RFC) generation of primes.
J08nY
2017-12-15
2
-3
/
+17
*
Add basis of brainpool RFC generation (equation part).
J08nY
2017-12-14
5
-27
/
+123
*
Fix brainpool hashing algo.
J08nY
2017-12-13
1
-10
/
+14
*
Fix brainpool prime generation, add skeleton of brainpool RFC generation.
J08nY
2017-12-13
5
-19
/
+142
*
Add tests for brainpool generation, and fix it.
J08nY
2017-12-13
1
-4
/
+7
*
Implement base of brainpool algo.
J08nY
2017-12-13
3
-26
/
+187
*
Run clang-format.
J08nY
2017-11-08
3
-20
/
+13
*
Create stubs for brainpool generation functions.
J08nY
2017-11-08
3
-6
/
+59
*
Add hex check to cli.
J08nY
2017-10-19
2
-26
/
+46
*
Cleanup the CLI options parsing and enums a bit.
J08nY
2017-10-19
1
-4
/
+4
*
Add several check_fs for standard security requirements.
J08nY
2017-10-17
1
-0
/
+1
*
Add tests for field.c.
J08nY
2017-10-15
1
-0
/
+1
*
Format and update README.
J08nY
2017-10-14
2
-4
/
+5
*
Make config_t *cfg a global variable.
J08nY
2017-10-14
5
-53
/
+36
*
Fix debug_log of pari GENs, log timeout differently.
J08nY
2017-10-14
1
-3
/
+9
*
Document more files.
J08nY
2017-10-08
2
-27
/
+4
*
Cleanup invalid and exhaustive generation.
J08nY
2017-10-04
1
-28
/
+1
*
Fix ANSI X9.62 method not respecting -p or --cofactor options.
J08nY
2017-10-04
1
-1
/
+7
[next]