Browse Source

Merge pull request #297 from PQClean/fix-kyber-meta

Kyber768 and Kyber1024 don't need -maes (see #296)
master
Thom Wiggers 4 years ago
committed by GitHub
parent
commit
f7c7af5155
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      crypto_kem/kyber1024/META.yml
  2. +0
    -1
      crypto_kem/kyber768/META.yml

+ 0
- 1
crypto_kem/kyber1024/META.yml View File

@@ -29,7 +29,6 @@ implementations:
operating_systems:
- Linux
required_flags:
- aes
- avx2
- bmi2
- popcnt

+ 0
- 1
crypto_kem/kyber768/META.yml View File

@@ -29,7 +29,6 @@ implementations:
operating_systems:
- Linux
required_flags:
- aes
- avx2
- bmi2
- popcnt

Loading…
Cancel
Save