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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
io
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix PARI stack leak in custom CM method.
J08nY
2018-04-22
1
-1
/
+2
*
Bump version.
0.7.0
J08nY
2018-04-10
1
-1
/
+1
*
Properly handle edge-cases for CM method.
J08nY
2018-04-09
1
-0
/
+4
*
Add option to generate invalid curves with a range of orders.
J08nY
2018-03-28
1
-29
/
+9
*
Make the EOF and error failure message more clear.
J08nY
2018-03-25
1
-1
/
+7
*
Fix infinite loop when encountering EOF/error in input file read.
J08nY
2018-03-25
1
-4
/
+5
*
Add option to generate only some parameters randomly and input others.
J08nY
2018-03-24
1
-2
/
+23
*
Add direcory names to include guards.
J08nY
2018-03-03
3
-9
/
+9
*
Refactor point generation tests.
J08nY
2018-03-03
1
-12
/
+12
*
Rewrite generator and point generation code.
J08nY
2018-03-03
2
-70
/
+41
*
Drop CSV support.
J08nY
2018-02-27
3
-145
/
+10
*
Fix some memory leaks in threaded invalid generation.
J08nY
2018-02-03
1
-5
/
+25
*
Cleanup includes.
0.6.4
J08nY
2018-01-18
1
-1
/
+0
*
Add curve twists to CLI and update options in README.
J08nY
2018-01-18
1
-1
/
+7
*
Update copyright year.
J08nY
2018-01-01
6
-6
/
+6
*
Add basis of brainpool RFC generation (equation part).
J08nY
2017-12-14
1
-34
/
+48
*
Implement base of brainpool algo.
J08nY
2017-12-13
1
-4
/
+20
*
Move some enums around, make a general seed_unroll.
J08nY
2017-11-08
1
-1
/
+0
*
Add hex check to cli.
J08nY
2017-10-19
1
-1
/
+32
*
Cleanup the CLI options parsing and enums a bit.
J08nY
2017-10-19
1
-140
/
+178
*
Format and update README.
J08nY
2017-10-14
1
-6
/
+2
*
Make config_t *cfg a global variable.
J08nY
2017-10-14
5
-75
/
+50
*
Fix debug_log of pari GENs, log timeout differently.
J08nY
2017-10-14
1
-1
/
+1
*
Document more files.
J08nY
2017-10-08
2
-23
/
+23
*
Add tests for timeout option.
J08nY
2017-10-04
1
-5
/
+12
*
Add per-param timeout option.
J08nY
2017-10-04
1
-1
/
+20
*
Introduce check_t func.
J08nY
2017-09-29
1
-3
/
+4
*
Move some enums around, make a general seed_unroll.
J08nY
2017-09-20
2
-12
/
+11
*
Cleanup includes.
J08nY
2017-09-19
2
-2
/
+0
*
Run clang-format.
J08nY
2017-09-19
2
-6
/
+5
*
Move some files into src/misc.
J08nY
2017-09-19
4
-70
/
+3
*
Output seed in JSON format output.
J08nY
2017-09-19
3
-8
/
+19
*
Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a...
J08nY
2017-09-17
1
-2
/
+2
*
Remove binascii utilities, move seed manipulation to bits_t.
J08nY
2017-09-13
1
-4
/
+2
*
Paritially implement W computation in ANSI X9.62 algo.
J08nY
2017-09-07
1
-0
/
+2
*
Implement hashing of ANSI X9.62 seed.
J08nY
2017-08-31
1
-2
/
+2
*
Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.
J08nY
2017-08-30
2
-34
/
+23
*
Add err output stream, default to stderr.
J08nY
2017-08-30
3
-23
/
+35
*
Don't always read numbers as hexadecimal. Add tests for input.
J08nY
2017-08-30
1
-4
/
+7
*
Fix input_quit closing stdin.
J08nY
2017-08-30
1
-1
/
+1
*
Add tests for cli parsing.
J08nY
2017-08-30
1
-1
/
+1
*
Use correct allocation functions. Add try_free.
J08nY
2017-08-30
1
-7
/
+7
*
Add proper support for Koblitz curves generation.
J08nY
2017-07-20
2
-2
/
+10
*
Fix errors in point generation, for "nonprime" points mainly.
J08nY
2017-06-05
1
-16
/
+23
*
Fix formatting.
J08nY
2017-06-01
1
-1
/
+7
*
Renamed a bunch of generators.
J08nY
2017-06-01
2
-2
/
+2
*
Add generating of points on non-prime order subgroups of a curve.
J08nY
2017-06-01
2
-6
/
+8
*
Move stuff related to generators to src/gen.
J08nY
2017-05-31
3
-4
/
+4
*
Add some more comments and docs, move exhaustive/seed.[ch] into math/
J08nY
2017-05-29
5
-37
/
+25
*
Remove unnecessary not-null checks in cli parsing
J08nY
2017-05-29
1
-54
/
+35
[next]