Browse Source

Fix flags specified in HQC meta files

tags/v0.0.1
Thom Wiggers 4 years ago
committed by Kris Kwiatkowski
parent
commit
be7f11975d
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