Blind RSA operations even without CRT

This commit is contained in:
Manuel Pégourié-Gonnard 2014-11-06 18:15:12 +01:00
parent d056ce0e3e
commit e10e06d863
3 changed files with 6 additions and 17 deletions

View file

@ -99,10 +99,8 @@ typedef struct
mpi RP; /*!< cached R^2 mod P */
mpi RQ; /*!< cached R^2 mod Q */
#if !defined(POLARSSL_RSA_NO_CRT)
mpi Vi; /*!< cached blinding value */
mpi Vf; /*!< cached un-blinding value */
#endif
int padding; /*!< RSA_PKCS_V15 for 1.5 padding and
RSA_PKCS_v21 for OAEP/PSS */