+2013-12-15 Niels Möller <nisse@lysator.liu.se>
+
+ * nettle-internal.h (NETTLE_MAX_BIGNUM_BITS)
+ (NETTLE_MAX_BIGNUM_SIZE): Deleted arbitrary limits.
+
2013-12-15 Nikos Mavrogiannopoulos <nmav@redhat.com>
Introduced TMP_GMP_ALLOC macro for temporary allocations of
#endif
/* Arbitrary limits which apply to systems that don't have alloca */
-#define NETTLE_MAX_BIGNUM_BITS 10000
-#define NETTLE_MAX_BIGNUM_SIZE ((NETTLE_MAX_BIGNUM_BITS + 7)/8)
#define NETTLE_MAX_HASH_BLOCK_SIZE 128
#define NETTLE_MAX_HASH_DIGEST_SIZE 64
#define NETTLE_MAX_SEXP_ASSOC 17