From 2e95c738748a78699832364a38f22325fd6b7a12 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Fri, 15 Dec 2023 18:48:47 +0100 Subject: [PATCH] Update PLATFORMS.md Co-authored-by: Spencer Wilson --- PLATFORMS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PLATFORMS.md b/PLATFORMS.md index 2ce3879dcc..f6509248b9 100644 --- a/PLATFORMS.md +++ b/PLATFORMS.md @@ -8,7 +8,7 @@ This classification is roughly based on the [rust platform support tier classifi ### Tier 1 -Tier 1 targets can be thought of as "guaranteed to work". The CI system builds and tests binary versions for each tier 1 target to make sure any change does not negatively affect those platforms. Platform-specific build documentation must exist. Tier 1 targets marked with an asterisk are additionally tested for constant-time behaviour. The CI system contains automated constant-time testing for each of these starred targets, and all failures are documented in the `tests/constant_time` directory. IMPORTANT: This does not mean that constant-time behaviour is guaranteed on these targets, or that non-constant-time behaviour is limited to documented exceptions. It does, however, mean that `liboqs` developers should track constant-time issues on these platforms. +Tier 1 targets can be thought of as "guaranteed to work". The CI system builds and tests binary versions for each tier 1 target to make sure any change does not negatively affect those platforms. Platform-specific build documentation must exist. Tier 1 targets marked with a dagger (†) are additionally tested for constant-time behaviour. The CI system contains automated constant-time testing for each of these starred targets, and all failures are documented in the `tests/constant_time` directory. IMPORTANT: This does not mean that constant-time behaviour is guaranteed on these targets, or that non-constant-time behaviour is limited to documented exceptions. It does, however, mean that `liboqs` developers should track constant-time issues on these platforms. ### Tier 2