2023-05-19 12:48:10 +02:00
|
|
|
Features
|
2023-06-15 19:56:15 +02:00
|
|
|
* AES performance improvements. Uplift varies by platform,
|
2023-06-16 16:27:23 +02:00
|
|
|
toolchain, optimisation flags and mode.
|
2023-06-15 19:56:15 +02:00
|
|
|
Aarch64, gcc -Os and CCM, GCM and XTS benefit the most.
|
2023-06-16 16:27:23 +02:00
|
|
|
On Aarch64, uplift is typically around 20 - 110%.
|
|
|
|
When compiling with gcc -Os on Aarch64, AES-XTS improves
|
|
|
|
by 4.5x.
|