Skip to content

Commit

Permalink
Update BIKE documentation to reflect only little endian support [skip…
Browse files Browse the repository at this point in the history
… ci] (#1105)

Fixes #1104
  • Loading branch information
dstebila authored Oct 14, 2021
1 parent 0164040 commit fff05cc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/algorithms/kem/bike.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand All @@ -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**.
Expand Down
10 changes: 8 additions & 2 deletions docs/algorithms/kem/bike.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit fff05cc

Please sign in to comment.