mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Add reference to x86 asm
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
cd1de6350e
commit
d441a14f38
|
|
@ -2,5 +2,5 @@ Security
|
||||||
* Updates to constant time C code so that compilers are less likely to use
|
* Updates to constant time C code so that compilers are less likely to use
|
||||||
conditional instructions (Clang was observed to use these). Conditional
|
conditional instructions (Clang was observed to use these). Conditional
|
||||||
instructions might have an observable difference in timing. Introduce
|
instructions might have an observable difference in timing. Introduce
|
||||||
assembly implementations for 32 and 64-bit Arm which are guaranteed not
|
assembly implementations for 32 and 64-bit Arm and for x86 and x86-64,
|
||||||
to use conditional instructions.
|
which are guaranteed not to use conditional instructions.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue