Gnuk specific change for bignum

This commit is contained in:
NIIBE Yutaka 2013-03-19 14:31:47 +09:00
parent bf727758df
commit c6bee6ee50

View File

@ -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. */
/*