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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Version bump.
0.6.0
J08nY
2017-09-19
3
-4
/
+4
|
*
Run clang-format.
J08nY
2017-09-19
12
-27
/
+24
|
*
Update readme to reflect ANSI X9.62 merge.
J08nY
2017-09-19
1
-1
/
+1
|
*
Merge branch 'ansi-x962-algo'
J08nY
2017-09-19
54
-323
/
+1907
|
\
|
*
Fix sh tests and silence cmake.
J08nY
2017-09-19
2
-2
/
+2
|
|
|
*
Move some files into src/misc.
J08nY
2017-09-19
31
-31
/
+31
|
|
|
*
Output seed in JSON format output.
J08nY
2017-09-19
5
-11
/
+22
|
|
|
*
Fix a segfault in ANSI generation, fix ISO C initializer braces.
J08nY
2017-09-19
3
-2
/
+2
|
|
|
*
Implement a,b generation for ANSI X9.62 algo, Fp version.
J08nY
2017-09-19
3
-10
/
+53
|
|
|
*
Fix ANSI X9.62 binary field generation method.
J08nY
2017-09-19
5
-20
/
+54
|
|
|
*
Fix some of the issues with ANSI X9.62 f2m equation generation.
J08nY
2017-09-17
4
-55
/
+70
|
|
|
*
Move some stuff from general seed_t handling in gen/seed.[ch] to ↵
J08nY
2017-09-17
12
-355
/
+461
|
|
|
|
|
|
|
|
exhaustive/ansi.[ch].
|
*
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
5
-10
/
+70
|
|
|
*
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
2
-2
/
+32
|
|
|
*
Add concat functions to bits_t.
J08nY
2017-09-17
3
-116
/
+188
|
|
|
*
Try to ignore tests in codecov.
J08nY
2017-09-13
1
-4
/
+3
|
|
|
*
Remove binascii utilities, move seed manipulation to bits_t.
J08nY
2017-09-13
11
-287
/
+107
|
|
|
*
Add more utility functions to bits_t.
J08nY
2017-09-12
6
-49
/
+196
|
|
|
*
Implement bits_t, a bit string manipulation utility.
J08nY
2017-09-11
3
-0
/
+733
|
|
|
*
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
5
-2
/
+23
|
|
|
*
Fix hashing of ANSI X9.62 seed.
J08nY
2017-08-31
8
-51
/
+131
|
|
|
*
Implement hashing of ANSI X9.62 seed.
J08nY
2017-08-31
5
-36
/
+72
|
|
|
*
Add utilities for PARI t_INT and char * conversion.
J08nY
2017-08-31
4
-2
/
+139
|
|
|
*
Use gtoset instead of sort and manual uniq algo.
J08nY
2017-08-31
1
-11
/
+2
|
|
|
*
Add codecov YAML. Ignore /lib/ and /test/ for coverage measures.
J08nY
2017-08-31
1
-0
/
+8
|
|
|
*
Implement ANSI X9.62 stdin input + tests.
J08nY
2017-08-31
2
-22
/
+71
|
|
|
*
Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.
J08nY
2017-08-30
19
-133
/
+258
|
|
|
*
Simplify rand range setting.
J08nY
2017-08-30
1
-7
/
+2
|
/
*
Test the random generators.
J08nY
2017-08-30
2
-0
/
+47
|
*
Add err output stream, default to stderr.
J08nY
2017-08-30
11
-36
/
+51
|
*
Don't always read numbers as hexadecimal. Add tests for input.
J08nY
2017-08-30
3
-5
/
+87
|
*
Fix input_quit closing stdin.
J08nY
2017-08-30
2
-1
/
+2
|
*
Add tests for cli parsing.
J08nY
2017-08-30
5
-5
/
+73
|
*
Use correct allocation functions. Add try_free.
J08nY
2017-08-30
11
-23
/
+72
|
*
Add tests for all point generation functions.
J08nY
2017-08-30
1
-2
/
+95
|
*
More point tests and formating.
J08nY
2017-08-30
4
-21
/
+42
|
*
Add tests for point generation.
J08nY
2017-08-30
1
-0
/
+49
|
*
Add a test for subgroups_all of a curve with two generators.
J08nY
2017-08-30
1
-0
/
+22
|
*
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
2
-40
/
+58
|
*
Fix formatting.
J08nY
2017-08-29
1
-2
/
+2
|
*
Merge branch 'unit-tests-criterion'
J08nY
2017-08-29
23
-16
/
+151
|
\
|
*
Refactor test setup.
J08nY
2017-08-29
4
-8
/
+30
|
|
|
*
Fix some test/src/Makefile CFLAGS.
J08nY
2017-08-29
1
-1
/
+5
|
|
|
*
Add clean target to test/Makefile
J08nY
2017-08-29
2
-0
/
+4
|
|
|
*
Fix unittest target with TEST=1.
J08nY
2017-08-29
1
-1
/
+1
|
|
|
*
Add unit testing to Travis.
J08nY
2017-08-29
1
-1
/
+1
|
|
[next]