| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes for CVE-2015-7827 and CVE-2016-2849 | Jack Lloyd | 2016-04-23 | 1 | -0/+115 |
* | Fix ressol and point multiplication bugs1.10.11 | Jack Lloyd | 2016-02-01 | 1 | -3/+3 |
* | Fix a bug in Miller-Rabin primality testing introduced in 1.8.3 | lloyd | 2014-04-10 | 1 | -6/+8 |
* | Fix various bugs found by Coverity scanner. | lloyd | 2013-07-25 | 2 | -0/+3 |
* | Avoid a conditional in the power mod implementations on if the nibble | lloyd | 2012-09-04 | 2 | -22/+35 |
* | Avoid a few maintainer mode flag warnings. Remove -Weffc++ from the | lloyd | 2012-04-20 | 1 | -1/+1 |
* | Remove debug printfs, stdio includes | lloyd | 2012-01-30 | 1 | -2/+0 |
* | Invert the meaning of the Miller-Rabin test; passes_test meant 'is not | lloyd | 2011-06-16 | 1 | -9/+17 |
* | Simplify Montgomery setup here a bit | lloyd | 2011-06-07 | 1 | -6/+4 |
* | Change order of arguments to bigint_monty_redc (internal interface, | lloyd | 2011-06-02 | 1 | -2/+2 |
* | Add monty sqr and multiply routines (they just call karatsuba and then | lloyd | 2011-06-02 | 1 | -25/+19 |
* | Move the curve over GF(p) code back into its own subdir | lloyd | 2011-05-19 | 4 | -1014/+2 |
* | Small cleanup in the Barrett reducer, now doesn't create a temp if | lloyd | 2011-05-18 | 2 | -33/+35 |
* | Modify ECC points to do all math in Montgomery form, rather than | lloyd | 2011-05-17 | 4 | -156/+144 |
* | Avoid more VC warnings | lloyd | 2010-12-13 | 1 | -2/+2 |
* | Avoid a conditional in point multiplication | lloyd | 2010-12-07 | 1 | -11/+7 |
* | Use append operator instead of copy | lloyd | 2010-12-07 | 1 | -21/+16 |
* | Compile fix | lloyd | 2010-11-02 | 1 | -1/+1 |
* | Doxygen | lloyd | 2010-11-02 | 1 | -2/+1 |
* | Make MemoryRegion::set protected, change all callers | lloyd | 2010-10-29 | 1 | -4/+4 |
* | BigInt::get_substring really shouldn't return size_t. Revert to | lloyd | 2010-10-18 | 3 | -7/+5 |
* | Use output_length() instead of OUTPUT_LENGTH pseudo-property | lloyd | 2010-10-13 | 1 | -1/+1 |
* | Use size_t in all of math, remove to_u32bit | lloyd | 2010-10-12 | 16 | -93/+93 |
* | Tidy | lloyd | 2010-09-30 | 1 | -1/+2 |
* | Modify bigint_monty_redc to take an additional workspace argument. | lloyd | 2010-09-24 | 3 | -44/+53 |
* | More vector->pointer conversion removals. | lloyd | 2010-09-13 | 1 | -3/+1 |
* | First set of changes for avoiding use implicit vector->pointer conversions | lloyd | 2010-09-13 | 2 | -7/+7 |
* | Anywhere where we use MemoryRegion::begin to get access to the raw pointer | lloyd | 2010-09-13 | 2 | -12/+12 |
* | Big, invasive but mostly automated change, with a further attempt at | lloyd | 2010-09-07 | 2 | -6/+6 |
* | Avoid name clashing, Sun Studio doesn't like this | lloyd | 2010-09-07 | 1 | -2/+3 |
* | Make round_up and round_down templates instead of fixed to use u32bits | lloyd | 2010-06-29 | 1 | -1/+1 |
* | Doxygen | lloyd | 2010-06-22 | 1 | -5/+17 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -3/+7 |
* | Doxygen | lloyd | 2010-06-21 | 1 | -13/+92 |
* | More Doxygen | lloyd | 2010-06-16 | 1 | -2/+9 |
* | More Doxygen updates. Also, don't expose divide() in numthry.h | lloyd | 2010-06-16 | 1 | -12/+48 |
* | More Doxygen updates/fixes | lloyd | 2010-06-15 | 4 | -7/+21 |
* | Replace PointGFp::check_invaraints, which would either return silently | lloyd | 2010-03-19 | 2 | -13/+17 |
* | A number of changes to primality tests: | lloyd | 2010-03-19 | 5 | -167/+45 |
* | The logic PointGFp::operator*= was basically doing | lloyd | 2010-03-16 | 2 | -29/+31 |
* | Shuffle functions for easier reading | lloyd | 2010-03-16 | 2 | -74/+75 |
* | Fix include. <botan/mp_core.h> was picking up the system installed version, | lloyd | 2010-03-16 | 1 | -1/+1 |
* | Various microoptimizations, 5-12% improvement | lloyd | 2010-03-15 | 1 | -8/+15 |
* | Use a 4-bit wide window for point multiplication | lloyd | 2010-03-15 | 1 | -14/+21 |
* | Rewrite point mult to make larger windows easier | lloyd | 2010-03-15 | 1 | -7/+14 |
* | Strength reduce on multiplies in PointGFp | lloyd | 2010-03-15 | 1 | -4/+5 |
* | Cache memory used for operations in point | lloyd | 2010-03-15 | 1 | -16/+18 |
* | Modify to allow better memory caching | lloyd | 2010-03-15 | 2 | -21/+52 |
* | Cache p.sig_words() in curve object | lloyd | 2010-03-15 | 3 | -27/+68 |
* | Use bigint_{mul,sqr} in PointGFp monty ops | lloyd | 2010-03-15 | 2 | -9/+8 |