1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Some style and documentation fixes

1. Change description of of hte `MBEDTLS_ECP_RESTARTABLE`
in the configuration file.
2. Change check for compilation of `rs_ctx` to positive flow.
This commit is contained in:
Ron Eldor
2018-11-05 16:58:13 +02:00
parent 5ed8c1eded
commit 19779c4739
2 changed files with 5 additions and 4 deletions

View File

@ -695,8 +695,9 @@
*
* Uncomment this macro to enable restartable ECC computations.
*
* \note MBEDTLS_ECP_RESTARTABLE cannot be defined if there is an alternative
* implementation for one of the ECP, ECDSA or ECDH functions. *
* \note This option only works with the default software implementation of
* elliptic curve functionality. It is incompatible with
* MBEDTLS_ECP_ALT, MBEDTLS_ECDH_xxx_ALT and MBEDTLS_ECDSA_xxx_ALT.
*/
//#define MBEDTLS_ECP_RESTARTABLE