Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | increase miller-rabin iterations for dsa primes (FIPS-186-4) | Never | 2017-02-13 | 1 | -2/+2 |
| | |||||
* | Speed up DSA param gen test | Jack Lloyd | 2016-12-26 | 1 | -7/+11 |
| | | | | Record counter value in test data, and start the search from there. | ||||
* | Convert to using standard uintN_t integer types | Jack Lloyd | 2016-12-18 | 1 | -7/+7 |
| | | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them. | ||||
* | Fix DSA parameter generation to use the correct loop bound. | Jack Lloyd | 2016-11-03 | 1 | -5/+3 |
| | | | | | | | | 4096 is the value from FIPS 186-2, FIPS 186-3 uses 4*pbits which is the obvious extension of the FIPS 186-2 scheme to larger parameter sizes. Pointed out by @neverhub Removes support for 512 and 768 bit DSA groups because WTF no. | ||||
* | cppcheck fixes: Class 'X' has a constructor with 1 argument that is not ↵ | Daniel Neus | 2016-03-05 | 1 | -1/+1 |
| | | | | explicit. | ||||
* | Mass-prefix member vars with m_ | René Korthaus | 2016-01-08 | 1 | -5/+5 |
| | |||||
* | Remove use of lookup.h in favor of new T::create API. | Jack Lloyd | 2015-09-21 | 1 | -2/+4 |
| | |||||
* | lib/math: Convert &vec[0] to vec.data() | Daniel Seither | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | Cleanups | lloyd | 2015-03-23 | 1 | -1/+1 |
| | |||||
* | Add missing files. Remove cipher lookup from engine code. | lloyd | 2015-02-01 | 1 | -6/+3 |
| | |||||
* | Ensure all files have copyright and license info. | lloyd | 2015-01-10 | 1 | -1/+1 |
| | | | | | Update license header line to specify the terms and refer to the file, neither of which it included before. | ||||
* | Any fixed MR iterations is probably wrong for somebody. Allow the user | lloyd | 2014-04-25 | 1 | -2/+2 |
| | | | | | | to specify a probability as well as if n was randomly chosen or not. If the input is random use a better bounds to reduce the number of needed tests. | ||||
* | Guess I won't be needing these | lloyd | 2014-01-18 | 1 | -1/+0 |
| | |||||
* | Move lib into src | lloyd | 2014-01-10 | 1 | -0/+134 |