summaryrefslogtreecommitdiff
path: root/gmp-glue.h
Commit message (Expand)AuthorAgeFilesLines
* Make cnd_swap non-static.Niels Möller2014-09-091-0/+4
* New functions mpn_set_base256_le and mpn_get_base256_le.Niels Möller2014-08-061-1/+11
* Include bignum.h instead of gmp.h.Niels Möller2014-06-251-3/+1
* Update copyright headers for dual licensing.Niels Möller2014-04-121-22/+31
* Define and use new TMP_GMP_ALLOC macro.Nikos Mavrogiannopoulos2013-12-151-1/+15
* Add a fallback definition for mpn_sqr.Martin Storsjö2013-04-041-0/+4
* Add fallback functions for mpn_copyd, mpn_copyi and mpn_zero.Martin Storsjö2013-04-041-0/+26
* Use mpn_cnd_add_n and mpn_cnd_sub_n when available. Rearrange inclusions of g...Niels Möller2013-04-041-0/+9
* Renamed gmp-glue functions. Use new GMP functions if available.Niels Möller2013-02-271-40/+53
* New functions in gmp-glue.c.Niels Möller2013-02-181-0/+22
* Functions for mpn <-> mpz conversions.Niels Möller2013-02-151-0/+85