mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-02 14:50:09 +01:00
Fix code-style too-long line fail
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
02b1519ab6
commit
9e3e3dd45b
|
|
@ -1,6 +1,6 @@
|
|||
Features
|
||||
* New configuration option MBEDTLS_AES_USE_HARDWARE_ONLY introduced. When using
|
||||
CPU-accelerated AES (e.g., Arm Crypto Extensions), this option disables
|
||||
the plain C implementation and the run-time detection for the CPU feature,
|
||||
which reduces code size and avoid the vulnerability of the plain C
|
||||
implementation.
|
||||
* New configuration option MBEDTLS_AES_USE_HARDWARE_ONLY introduced. When
|
||||
using CPU-accelerated AES (e.g., Arm Crypto Extensions), this option
|
||||
disables the plain C implementation and the run-time detection for the
|
||||
CPU feature, which reduces code size and avoid the vulnerability of the
|
||||
plain C implementation.
|
||||
|
|
|
|||
Loading…
Reference in a new issue