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