From c6bee6ee504b89cbe4237df43c69fb8cb962970e Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Tue, 19 Mar 2013 14:31:47 +0900 Subject: [PATCH] Gnuk specific change for bignum --- polarssl/include/polarssl/bignum.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polarssl/include/polarssl/bignum.h b/polarssl/include/polarssl/bignum.h index e02db3f..26a1b36 100644 --- a/polarssl/include/polarssl/bignum.h +++ b/polarssl/include/polarssl/bignum.h @@ -83,7 +83,7 @@ typedef UINT64 uint64_t; * Note: Calculations can results temporarily in larger MPIs. So the number * of limbs required (POLARSSL_MPI_MAX_LIMBS) is higher. */ -#define POLARSSL_MPI_MAX_SIZE 512 /**< Maximum number of bytes for usable MPIs. */ +#define POLARSSL_MPI_MAX_SIZE 256 /**< Maximum number of bytes for usable MPIs. */ #define POLARSSL_MPI_MAX_BITS ( 8 * POLARSSL_MPI_MAX_SIZE ) /**< Maximum number of bits for usable MPIs. */ /*