Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make cnd_swap non-static. | Niels Möller | 2014-09-09 | 1 | -0/+4 |
* | New functions mpn_set_base256_le and mpn_get_base256_le. | Niels Möller | 2014-08-06 | 1 | -1/+11 |
* | Include bignum.h instead of gmp.h. | Niels Möller | 2014-06-25 | 1 | -3/+1 |
* | Update copyright headers for dual licensing. | Niels Möller | 2014-04-12 | 1 | -22/+31 |
* | Define and use new TMP_GMP_ALLOC macro. | Nikos Mavrogiannopoulos | 2013-12-15 | 1 | -1/+15 |
* | Add a fallback definition for mpn_sqr. | Martin Storsjö | 2013-04-04 | 1 | -0/+4 |
* | Add fallback functions for mpn_copyd, mpn_copyi and mpn_zero. | Martin Storsjö | 2013-04-04 | 1 | -0/+26 |
* | Use mpn_cnd_add_n and mpn_cnd_sub_n when available. Rearrange inclusions of g... | Niels Möller | 2013-04-04 | 1 | -0/+9 |
* | Renamed gmp-glue functions. Use new GMP functions if available. | Niels Möller | 2013-02-27 | 1 | -40/+53 |
* | New functions in gmp-glue.c. | Niels Möller | 2013-02-18 | 1 | -0/+22 |
* | Functions for mpn <-> mpz conversions. | Niels Möller | 2013-02-15 | 1 | -0/+85 |