Browse Source

Merge pull request #290 from xvzcf/yml-updates

Update required_flags for Dilithium's META.ymls
undefined
Thom Wiggers 4 years ago
committed by GitHub
parent
commit
a8a263de81
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions
  1. +2
    -1
      crypto_sign/dilithium2/META.yml
  2. +2
    -1
      crypto_sign/dilithium3/META.yml
  3. +2
    -1
      crypto_sign/dilithium4/META.yml

+ 2
- 1
crypto_sign/dilithium2/META.yml View File

@@ -27,4 +27,5 @@ implementations:
- Linux
required_flags:
- avx2
- bmi2
- bmi1
- popcnt

+ 2
- 1
crypto_sign/dilithium3/META.yml View File

@@ -27,4 +27,5 @@ implementations:
- Linux
required_flags:
- avx2
- bmi2
- bmi1
- popcnt

+ 2
- 1
crypto_sign/dilithium4/META.yml View File

@@ -27,4 +27,5 @@ implementations:
- Linux
required_flags:
- avx2
- bmi2
- bmi1
- popcnt

Loading…
Cancel
Save