Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Include just gmp-impl.h, make gmp-impl.h grab gmp.h. | Torbjorn Granlund | 2016-08-29 | 1 | -1/+0 |
* | Update library files license to use LGPL3+ and GPL2+. | Torbjorn Granlund | 2014-01-27 | 1 | -7/+18 |
* | Canonicalise copyright headers. | Torbjorn Granlund | 2014-01-19 | 1 | -3/+3 |
* | Use https to link to GNU license. | Torbjorn Granlund | 2013-12-02 | 1 | -1/+1 |
* | Add a parameter ASSERT. | Torbjorn Granlund | 2012-03-03 | 1 | -1/+5 |
* | Update redc_1 and redc_2 to do the add_n but not the conditional sub_n. | Torbjorn Granlund | 2012-02-19 | 1 | -1/+1 |
* | Reduce memory usage for {mul,sqr}mod_bnm1. | Marco Bodrato | 2010-01-26 | 1 | -3/+1 |
* | Remove defunct TODO item. | Torbjorn Granlund | 2009-12-22 | 1 | -4/+0 |
* | Globally: Rename *mullow* to *mullo*, *MULLOW* to *MULLO*. | Torbjorn Granlund | 2009-12-06 | 1 | -1/+1 |
* | Rework temp allocation. | Torbjorn Granlund | 2009-12-01 | 1 | -10/+10 |
* | Set min_size to 16 for redc_n tuning. | Torbjorn Granlund | 2009-11-28 | 1 | -0/+2 |
* | Use mpn_mulmod_bnm1 instead of mpn_mul_n. | Torbjorn Granlund | 2009-11-28 | 1 | -3/+28 |
* | Fix typos. | Torbjorn Granlund | 2009-11-22 | 1 | -1/+1 |
* | Rewrite mpz_powm. | Torbjorn Granlund | 2009-11-22 | 1 | -0/+45 |