mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-04 00:02:01 -04:00
Update BIKE documentation to reflect only little endian support [skip ci] (#1105)
Fixes #1104
This commit is contained in:
parent
016404076d
commit
fff05ccf92
@ -20,7 +20,7 @@
|
||||
|
||||
| Identifier in upstream | Supported architecture(s) | Supported operating system(s) | CPU extension(s) used | No branching-on-secrets claimed? | No branching-on-secrets checked by valgrind? | Large stack usage?‡ |
|
||||
|:------------------------:|:----------------------------|:--------------------------------|:------------------------|:-----------------------------------|:-----------------------------------------------|:----------------------|
|
||||
| master | All | All | None | True | True | False |
|
||||
| master | little endian | All | None | True | True | False |
|
||||
| master | x86\_64 | Linux,Darwin | AVX2,AVX512,PCLMUL,SSE2 | True | True | False |
|
||||
|
||||
Are implementations chosen based on runtime CPU feature detection? **Yes**.
|
||||
@ -31,7 +31,7 @@ Are implementations chosen based on runtime CPU feature detection? **Yes**.
|
||||
|
||||
| Identifier in upstream | Supported architecture(s) | Supported operating system(s) | CPU extension(s) used | No branching-on-secrets claimed? | No branching-on-secrets checked by valgrind? | Large stack usage? |
|
||||
|:------------------------:|:----------------------------|:--------------------------------|:------------------------|:-----------------------------------|:-----------------------------------------------|:---------------------|
|
||||
| master | All | All | None | True | True | False |
|
||||
| master | little endian | All | None | True | True | False |
|
||||
| master | x86\_64 | Linux,Darwin | AVX2,AVX512,PCLMUL,SSE2 | True | True | False |
|
||||
|
||||
Are implementations chosen based on runtime CPU feature detection? **Yes**.
|
||||
|
@ -37,7 +37,10 @@ parameter-sets:
|
||||
implementations-switch-on-runtime-cpu-features: true
|
||||
implementations:
|
||||
- upstream-id: master
|
||||
supported-platforms: all
|
||||
supported-platforms:
|
||||
- architecture: little endian
|
||||
operating_systems:
|
||||
- All
|
||||
no-secret-dependent-branching-claimed: true
|
||||
no-secret-dependent-branching-checked-by-valgrind: true
|
||||
large-stack-usage: false
|
||||
@ -67,7 +70,10 @@ parameter-sets:
|
||||
implementations-switch-on-runtime-cpu-features: true
|
||||
implementations:
|
||||
- upstream-id: master
|
||||
supported-platforms: all
|
||||
supported-platforms:
|
||||
- architecture: little endian
|
||||
operating_systems:
|
||||
- All
|
||||
no-secret-dependent-branching-claimed: true
|
||||
no-secret-dependent-branching-checked-by-valgrind: true
|
||||
large-stack-usage: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user