Skip to content

Commit

Permalink
Reset HQC issues/passes
Browse files Browse the repository at this point in the history
  • Loading branch information
SWilson4 committed Nov 1, 2023
1 parent 6510f80 commit a81676f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tests/constant_time/kem/issues.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"FrodoKEM-640-SHAKE": [],
"FrodoKEM-976-AES": [],
"FrodoKEM-976-SHAKE": [],
"HQC-128": ["hqc_fast_convolution_mult", "hqc_vect_set_random_fixed_weight", "hqc_gf_mul"],
"HQC-192": ["hqc_fast_convolution_mult", "hqc_vect_set_random_fixed_weight", "hqc_gf_mul"],
"HQC-256": ["hqc_fast_convolution_mult", "hqc_vect_set_random_fixed_weight", "hqc_gf_mul"],
"HQC-128": [],
"HQC-192": [],
"HQC-256": [],
"Kyber1024": [],
"Kyber512": [],
"Kyber768": [],
Expand Down
6 changes: 3 additions & 3 deletions tests/constant_time/kem/passes.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"FrodoKEM-640-SHAKE": [],
"FrodoKEM-976-AES": [],
"FrodoKEM-976-SHAKE": [],
"HQC-128": ["hqc"],
"HQC-192": ["hqc"],
"HQC-256": ["hqc"],
"HQC-128": [],
"HQC-192": [],
"HQC-256": [],
"Kyber1024": ["kyber"],
"Kyber512": ["kyber"],
"Kyber768": ["kyber"],
Expand Down

0 comments on commit a81676f

Please sign in to comment.