Browse Source

Fix flags specified in HQC meta files

master
Thom Wiggers 4 years ago
parent
commit
1302bbbffb
No known key found for this signature in database GPG Key ID: 1BB0A7CE26E363
6 changed files with 12 additions and 0 deletions
  1. +2
    -0
      crypto_kem/hqc-128/META.yml
  2. +2
    -0
      crypto_kem/hqc-192/META.yml
  3. +2
    -0
      crypto_kem/hqc-256/META.yml
  4. +2
    -0
      crypto_kem/hqc-rmrs-128/META.yml
  5. +2
    -0
      crypto_kem/hqc-rmrs-192/META.yml
  6. +2
    -0
      crypto_kem/hqc-rmrs-256/META.yml

+ 2
- 0
crypto_kem/hqc-128/META.yml View File

@@ -32,3 +32,5 @@ implementations:
- Darwin
required_flags:
- avx2
- bmi1
- pclmul

+ 2
- 0
crypto_kem/hqc-192/META.yml View File

@@ -32,3 +32,5 @@ implementations:
- Darwin
required_flags:
- avx2
- bmi1
- pclmul

+ 2
- 0
crypto_kem/hqc-256/META.yml View File

@@ -32,3 +32,5 @@ implementations:
- Darwin
required_flags:
- avx2
- bmi1
- pclmul

+ 2
- 0
crypto_kem/hqc-rmrs-128/META.yml View File

@@ -32,3 +32,5 @@ implementations:
- Darwin
required_flags:
- avx2
- bmi1
- pclmul

+ 2
- 0
crypto_kem/hqc-rmrs-192/META.yml View File

@@ -32,3 +32,5 @@ implementations:
- Darwin
required_flags:
- avx2
- bmi1
- pclmul

+ 2
- 0
crypto_kem/hqc-rmrs-256/META.yml View File

@@ -32,3 +32,5 @@ implementations:
- Darwin
required_flags:
- avx2
- bmi1
- pclmul

Loading…
Cancel
Save