Skip to content

Commit

Permalink
integrated src and doc upstream copy [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Aug 6, 2021
1 parent 773d506 commit 82a4a16
Show file tree
Hide file tree
Showing 5 changed files with 61 additions and 241 deletions.
24 changes: 12 additions & 12 deletions docs/algorithms/kem/kyber.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ parameter-sets:
- Darwin
required_flags:
- popcnt
- avx2
- bmi2
- avx2
common-crypto:
- SHA3: liboqs
no-secret-dependent-branching-claimed: true
Expand Down Expand Up @@ -75,12 +75,12 @@ parameter-sets:
- Linux
- Darwin
required_flags:
- popcnt
- sse2
- avx2
- aes
- avx2
- popcnt
- ssse3
- bmi2
- sse2
common-crypto:
- AES: pqcrystals-kyber_common_aes
- SHA3: liboqs
Expand Down Expand Up @@ -111,8 +111,8 @@ parameter-sets:
- Darwin
required_flags:
- popcnt
- avx2
- bmi2
- avx2
common-crypto:
- SHA3: liboqs
no-secret-dependent-branching-claimed: true
Expand Down Expand Up @@ -142,12 +142,12 @@ parameter-sets:
- Linux
- Darwin
required_flags:
- popcnt
- sse2
- avx2
- aes
- avx2
- popcnt
- ssse3
- bmi2
- sse2
common-crypto:
- AES: pqcrystals-kyber_common_aes
- SHA3: liboqs
Expand Down Expand Up @@ -178,8 +178,8 @@ parameter-sets:
- Darwin
required_flags:
- popcnt
- avx2
- bmi2
- avx2
common-crypto:
- SHA3: liboqs
no-secret-dependent-branching-claimed: true
Expand Down Expand Up @@ -209,12 +209,12 @@ parameter-sets:
- Linux
- Darwin
required_flags:
- popcnt
- sse2
- avx2
- aes
- avx2
- popcnt
- ssse3
- bmi2
- sse2
common-crypto:
- AES: pqcrystals-kyber_common_aes
- SHA3: liboqs
Expand Down
12 changes: 6 additions & 6 deletions docs/algorithms/sig/dilithium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ parameter-sets:
- Darwin
- Linux
required_flags:
- aes
- avx2
- popcnt
- sse2
- avx2
- aes
- ssse3
common-crypto:
- AES: pqcrystals
Expand Down Expand Up @@ -167,10 +167,10 @@ parameter-sets:
- Darwin
- Linux
required_flags:
- aes
- avx2
- popcnt
- sse2
- avx2
- aes
- ssse3
common-crypto:
- AES: pqcrystals
Expand Down Expand Up @@ -201,10 +201,10 @@ parameter-sets:
- Darwin
- Linux
required_flags:
- aes
- avx2
- popcnt
- sse2
- avx2
- aes
- ssse3
common-crypto:
- AES: pqcrystals
Expand Down
3 changes: 2 additions & 1 deletion scripts/copy_from_upstream/copy_from_upstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
from pathlib import Path
import sys
import json
import update_upstream_alg_docs

# kats of all algs
kats = {}
Expand Down Expand Up @@ -512,7 +513,7 @@ def copy_from_upstream():
if not keepdata:
shutil.rmtree('repos')

print("Remember to update the docs by running update_pqclean_alg_docs.py")
update_upstream_alg_docs.do_it(os.environ['LIBOQS_DIR'])


def verify_from_upstream():
Expand Down
190 changes: 0 additions & 190 deletions scripts/copy_from_upstream/update_pqclean_alg_docs.py

This file was deleted.

Loading

0 comments on commit 82a4a16

Please sign in to comment.