mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 09:21:19 +00:00
418843ed64
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
8 lines
308 B
Plaintext
8 lines
308 B
Plaintext
Features
|
|
* AES performance improvements. Uplift varies by platform,
|
|
toolchain, optimisation flags and mode.
|
|
Aarch64, gcc -Os and CCM, GCM and XTS benefit the most.
|
|
On Aarch64, uplift is typically around 20 - 110%.
|
|
When compiling with gcc -Os on Aarch64, AES-XTS improves
|
|
by 4.5x.
|