Minor fixes

This commit is contained in:
Hanno Becker 2018-03-09 10:48:00 +00:00
parent 26f1f6061d
commit 930ec7dfe5
3 changed files with 11 additions and 6 deletions

View file

@ -1049,7 +1049,8 @@
/**
* \def MBEDTLS_RSA_NO_CRT
*
* Do not use the Chinese Remainder Theorem for the RSA private operation.
* Do not use the Chinese Remainder Theorem
* for the RSA private operation.
*
* Uncomment this macro to disable the use of CRT in RSA.
*