- Added flag to disable Chinese Remainder Theorem when using RSA private operation (POLARSSL_RSA_NO_CRT)

This commit is contained in:
Paul Bakker 2011-03-26 13:40:23 +00:00
parent 579923c51b
commit 0216cc1bee
2 changed files with 11 additions and 1 deletions

View file

@ -143,6 +143,16 @@
*
#define POLARSSL_AES_ROM_TABLES
*/
/**
* \def POLARSSL_RSA_NO_CRT
*
* Do not use the Chinese Remainder Theorem for the RSA private operation.
*
* Uncomment this macro to disable the use of CRT in RSA.
*
#define POLARSSL_RSA_NO_CRT
*/
/* \} name */
/**