1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-14 02:39:53 +08:00

improve document about hardware only

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-08-01 12:57:52 +08:00
parent 6943681820
commit 1414029ff0

View File

@ -4007,10 +4007,9 @@
//#define MBEDTLS_ECP_WITH_MPI_UINT //#define MBEDTLS_ECP_WITH_MPI_UINT
/* /*
* Platform independent implementation for crypto algorithms.
* Disable plain C implementation for AES. * Disable plain C implementation for AES.
* *
* If the plain C implementation is enabled, and an implementation using a * When the plain C implementation is enabled, and an implementation using a
* special CPU feature (such as MBEDTLS_AESCE_C) is also enabled, runtime * special CPU feature (such as MBEDTLS_AESCE_C) is also enabled, runtime
* detection will be used to select between them. * detection will be used to select between them.
* *