mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
7 lines
363 B
Plaintext
7 lines
363 B
Plaintext
Security
|
|
* Updates to constant-time C code so that compilers are less likely to use
|
|
conditional instructions, which can have an observable difference in
|
|
timing. (Clang has been seen to do this.) Also introduce assembly
|
|
implementations for 32- and 64-bit Arm and for x86 and x86-64, which are
|
|
guaranteed not to use conditional instructions.
|