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
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add KSS curve generation.
J08nY
2024-12-01
1
-5
/
+41
*
Add curve family generation.
J08nY
2024-12-01
1
-1
/
+1
*
Fixed build on macOS via posix-macos-addons
Kirill A. Korinsky
2021-09-22
2
-4
/
+16
*
Add conductor computation.
J08nY
2019-08-02
1
-1
/
+2
*
Add option to specify order by factors.
J08nY
2018-07-12
2
-0
/
+15
*
Add the custom CM method, finally working.
J08nY
2018-04-09
1
-0
/
+17
*
Add direcory names to include guards.
J08nY
2018-03-03
5
-15
/
+15
*
Refactor point generation tests.
J08nY
2018-03-03
1
-4
/
+2
*
Rewrite generator and point generation code.
J08nY
2018-03-03
4
-4
/
+71
*
Fix Valgrind warnings about timeout struct allocations.
J08nY
2018-02-03
2
-14
/
+43
*
Cleanup includes.
0.6.4
J08nY
2018-01-18
1
-1
/
+0
*
Add utilities to create random curve twists.
J08nY
2018-01-18
2
-0
/
+19
*
Update copyright year.
J08nY
2018-01-01
10
-10
/
+10
*
Add seadata to Travis.
feature/brainpool-algo
J08nY
2017-12-17
1
-1
/
+1
*
Implement base of brainpool algo.
J08nY
2017-12-13
4
-0
/
+58
*
Add bits_from_i_len util function.
J08nY
2017-11-08
2
-0
/
+20
*
Add check_f for a string in the hex expansion of a curve param.
J08nY
2017-10-17
2
-0
/
+42
*
Document the timeout interface.
J08nY
2017-10-08
2
-7
/
+13
*
Add Doxygen @file directives to heaer files missing them.
J08nY
2017-10-04
2
-1
/
+6
*
Add per-param timeout option.
J08nY
2017-10-04
2
-7
/
+15
*
Properly implement timeout_start and timeout_stop.
J08nY
2017-10-04
2
-21
/
+38
*
Add timeout.[ch] and timeout macro.
J08nY
2017-10-04
2
-0
/
+60
*
Fix tautological compare in util/bits.c .
J08nY
2017-09-30
1
-2
/
+2
*
Move some files into src/misc.
J08nY
2017-09-19
1
-1
/
+1
*
Fix a segfault in ANSI generation, fix ISO C initializer braces.
J08nY
2017-09-19
1
-1
/
+1
*
Move some stuff from general seed_t handling in gen/seed.[ch] to exhaustive/a...
J08nY
2017-09-17
1
-4
/
+2
*
Fix bits_to_hex and bits_to_bin.
J08nY
2017-09-17
1
-2
/
+2
*
Add parameterized tests for bits_sha1.
J08nY
2017-09-17
1
-2
/
+4
*
Add concat functions to bits_t.
J08nY
2017-09-17
2
-1
/
+56
*
Remove binascii utilities, move seed manipulation to bits_t.
J08nY
2017-09-13
4
-86
/
+19
*
Add more utility functions to bits_t.
J08nY
2017-09-12
3
-42
/
+109
*
Implement bits_t, a bit string manipulation utility.
J08nY
2017-09-11
2
-0
/
+387
*
Make some memory functions take a const pointer.
J08nY
2017-09-11
2
-4
/
+4
*
Paritially implement W computation in ANSI X9.62 algo.
J08nY
2017-09-07
2
-0
/
+7
*
Fix hashing of ANSI X9.62 seed.
J08nY
2017-08-31
4
-8
/
+34
*
Add utilities for PARI t_INT and char * conversion.
J08nY
2017-08-31
2
-0
/
+77
*
Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.
J08nY
2017-08-30
2
-11
/
+6
*
Simplify rand range setting.
J08nY
2017-08-30
1
-7
/
+2
*
Use correct allocation functions. Add try_free.
J08nY
2017-08-30
2
-3
/
+44
*
Refactor random_reseed from random_init.
J08nY
2017-07-20
1
-1
/
+5
*
Fix formatting and whitespace.
J08nY
2017-06-05
1
-1
/
+1
*
Move stuff related to generators to src/gen.
J08nY
2017-05-31
2
-0
/
+103
*
Add some more comments and docs, move exhaustive/seed.[ch] into math/
J08nY
2017-05-29
3
-19
/
+5
*
Added generating of points on all subgroups of a curve.
J08nY
2017-05-23
2
-2
/
+19
*
Add debug logging with time, refactor allocation
J08nY
2017-05-19
2
-0
/
+60