summaryrefslogtreecommitdiff
path: root/gmp-glue.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+24
* Add fallback functions for mpn_copyd, mpn_copyi and mpn_zero.Martin Storsjö2013-04-041-0/+26
* Make gmp-glue.c work in the case that GMP does define mpz_limbs_read and frie...ecc-supportNiels Möller2013-03-071-2/+5
* Renamed gmp-glue functions. Use new GMP functions if available.Niels Möller2013-02-271-62/+64
* New functions in gmp-glue.c.Niels Möller2013-02-181-0/+60
* Fixed missing include of config.h.Niels Möller2013-02-151-0/+4
* Functions for mpn <-> mpz conversions.Niels Möller2013-02-151-0/+146