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
/
math
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2017-09-19
Run clang-format.
J08nY
12
-27
/
+24
2017-09-19
Update readme to reflect ANSI X9.62 merge.
J08nY
1
-1
/
+1
2017-09-19
Fix sh tests and silence cmake.
J08nY
2
-2
/
+2
2017-09-19
Move some files into src/misc.
J08nY
31
-31
/
+31
2017-09-19
Output seed in JSON format output.
J08nY
5
-11
/
+22
2017-09-19
Fix a segfault in ANSI generation, fix ISO C initializer braces.
J08nY
3
-2
/
+2
2017-09-19
Implement a,b generation for ANSI X9.62 algo, Fp version.
J08nY
3
-10
/
+53
2017-09-19
Fix ANSI X9.62 binary field generation method.
J08nY
5
-20
/
+54
2017-09-17
Fix some of the issues with ANSI X9.62 f2m equation generation.
J08nY
4
-55
/
+70
2017-09-17
Move some stuff from general seed_t handling in gen/seed.[ch] to ↵
J08nY
12
-355
/
+461
exhaustive/ansi.[ch].
2017-09-17
Fix bits_to_hex and bits_to_bin.
J08nY
1
-2
/
+2
2017-09-17
Add parameterized tests for bits_sha1.
J08nY
5
-10
/
+70
2017-09-17
Add example data from ANSI X9.62 for prime field case.
J08nY
1
-0
/
+72
2017-09-17
Implement W/b computation for ANSI X9.62.
J08nY
2
-2
/
+32
2017-09-17
Add concat functions to bits_t.
J08nY
3
-116
/
+188
2017-09-13
Try to ignore tests in codecov.
J08nY
1
-4
/
+3
2017-09-13
Remove binascii utilities, move seed manipulation to bits_t.
J08nY
11
-287
/
+107
2017-09-12
Add more utility functions to bits_t.
J08nY
6
-49
/
+196
2017-09-11
Implement bits_t, a bit string manipulation utility.
J08nY
3
-0
/
+733
2017-09-11
Make some memory functions take a const pointer.
J08nY
2
-4
/
+4
2017-09-07
Paritially implement W computation in ANSI X9.62 algo.
J08nY
5
-2
/
+23
2017-08-31
Fix hashing of ANSI X9.62 seed.
J08nY
8
-51
/
+131
2017-08-31
Implement hashing of ANSI X9.62 seed.
J08nY
5
-36
/
+72
2017-08-31
Add utilities for PARI t_INT and char * conversion.
J08nY
4
-2
/
+139
2017-08-31
Use gtoset instead of sort and manual uniq algo.
J08nY
1
-11
/
+2