Skip to content

Commit eb9f466

Browse files
committed
README: Note other side-channel and fault attacks are currently out of scope
Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
1 parent 906ca53 commit eb9f466

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ through suitable barriers and constant-time patterns.
8080
Absence of secret-dependent branches, memory-access patterns and variable-latency instructions is also tested using `valgrind`
8181
with various combinations of compilers and compilation options.
8282

83+
**Other attacks.** mlkem-native targets resistance against timing side-channels only. Other attack classes, such as power and electromagnetic side-channels, microarchitectural side-channels (e.g. speculative execution), or fault-injection attacks, are currently out of scope.
84+
8385
## Design
8486

8587
mlkem-native is split into a _frontend_ and two _backends_ for arithmetic and FIPS202 / SHA3. The frontend is

0 commit comments

Comments
 (0)