From b188d67a4db8fe8e8ec9580fdceba227d7d289bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= Date: Wed, 13 Jul 2016 22:15:29 +0200 Subject: Delete code for supporting GMP older than 5.0. --- bignum.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'bignum.h') diff --git a/bignum.h b/bignum.h index 0d305342..9afcd299 100644 --- a/bignum.h +++ b/bignum.h @@ -46,13 +46,8 @@ # define GMP_NUMB_MASK (~(mp_limb_t) 0) -/* Functions missing in older gmp versions, and checked for with ifdef */ +/* Function missing in older gmp versions, and checked for with ifdef */ # define mpz_limbs_read mpz_limbs_read -# define mpn_copyd mpn_copyd -# define mpn_sqr mpn_sqr -# define mpz_combit mpz_combit -# define mpz_import mpz_import -# define mpz_export mpz_export /* Side-channel silent powm not available in mini-gmp. */ # define mpz_powm_sec mpz_powm #else -- cgit v1.2.1