| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add KSS curve generation. | J08nY | 2024-12-01 | 1 | -1/+1 |
| | | |||||
| * | Fix Travis. | J08nY | 2018-07-10 | 1 | -1/+0 |
| | | |||||
| * | More bits tests. | J08nY | 2018-04-05 | 1 | -5/+40 |
| | | |||||
| * | Copyright fixes and Makefile fixes. | J08nY | 2018-04-05 | 3 | -3/+3 |
| | | |||||
| * | Rewrite generator and point generation code. | J08nY | 2018-03-03 | 1 | -0/+8 |
| | | |||||
| * | Fix Valgrind warnings about timeout struct allocations. | J08nY | 2018-02-03 | 1 | -1/+6 |
| | | | | | | | - Make them dynamically allocated, per thread, not on stack. - Also fix a small invalid read of deallocated generator point. | ||||
| * | Add a set of Koblitz curves to be searched to speedup order computation. | J08nY | 2018-01-19 | 1 | -7/+5 |
| | | | | | | | - There is not a lot of Koblitz curves out there, so they can be easily enumerated for the interesting field sizes and their orders computed offline. | ||||
| * | Add some more basic tests for coverage. | J08nY | 2018-01-18 | 2 | -0/+54 |
| | | |||||
| * | Add tests for brainpool generation, and fix it. | J08nY | 2017-12-13 | 1 | -0/+13 |
| | | |||||
| * | Implement base of brainpool algo. | J08nY | 2017-12-13 | 1 | -0/+18 |
| | | |||||
| * | Add bits_from_i_len util function. | J08nY | 2017-11-08 | 1 | -0/+11 |
| | | |||||
| * | Format and update README. | J08nY | 2017-10-14 | 1 | -1/+0 |
| | | |||||
| * | Format tests and cleanup includes. | J08nY | 2017-09-19 | 1 | -2/+6 |
| | | |||||
| * | Move some files into src/misc. | J08nY | 2017-09-19 | 1 | -1/+1 |
| | | |||||
| * | Add parameterized tests for bits_sha1. | J08nY | 2017-09-17 | 1 | -7/+35 |
| | | |||||
| * | Add concat functions to bits_t. | J08nY | 2017-09-17 | 1 | -115/+132 |
| | | |||||
| * | Remove binascii utilities, move seed manipulation to bits_t. | J08nY | 2017-09-13 | 2 | -69/+14 |
| | | |||||
| * | Add more utility functions to bits_t. | J08nY | 2017-09-12 | 1 | -0/+81 |
| | | |||||
| * | Implement bits_t, a bit string manipulation utility. | J08nY | 2017-09-11 | 1 | -0/+346 |
| | | |||||
| * | Fix hashing of ANSI X9.62 seed. | J08nY | 2017-08-31 | 1 | -14/+29 |
| | | |||||
| * | Add utilities for PARI t_INT and char * conversion. | J08nY | 2017-08-31 | 1 | -0/+54 |
| | | |||||
| * | Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers. | J08nY | 2017-08-30 | 1 | -9/+7 |
| | | |||||
| * | Test the random generators. | J08nY | 2017-08-30 | 1 | -0/+34 |
