pqc/test/duplicate_consistency/hqc-128_avx2.yml

89 lines
1.5 KiB
YAML
Raw Normal View History

2020-09-07 19:23:34 +01:00
consistency_checks:
- source:
scheme: hqc-128
implementation: clean
files:
2020-09-07 19:23:34 +01:00
- api.h
- code.h
- hqc.h
- source:
scheme: hqc-192
implementation: clean
files:
2020-09-07 19:23:34 +01:00
- code.h
- hqc.h
- source:
scheme: hqc-192
implementation: avx2
files:
2020-09-07 19:23:34 +01:00
- alpha_table.h
- bch.h
- code.h
- fft.h
- gen_matrix.h
- gf2x.h
- gf.h
- hqc.h
- parsing.h
- repetition.h
- vector.h
- bch.c
2020-09-11 21:53:23 +01:00
- fft.c
2020-09-07 19:23:34 +01:00
- gf.c
- hqc.c
- kem.c
- parsing.c
- repetition.c
- vector.c
- source:
scheme: hqc-256
implementation: clean
files:
2020-09-07 19:23:34 +01:00
- code.h
- hqc.h
- source:
scheme: hqc-256
implementation: avx2
files:
2020-09-07 19:23:34 +01:00
- bch.h
- code.h
- fft.h
- gf2x.h
- gf.h
- hqc.h
- parsing.h
- repetition.h
- vector.h
- bch.c
2020-09-11 21:53:23 +01:00
- fft.c
2020-09-07 19:23:34 +01:00
- gf.c
- hqc.c
- kem.c
- parsing.c
- vector.c
- source:
scheme: hqc-rmrs-128
implementation: avx2
files:
2020-09-07 19:23:34 +01:00
- gf2x.h
- parsing.h
- vector.h
- gf2x.c
- parsing.c
- source:
scheme: hqc-rmrs-192
implementation: avx2
files:
2020-09-07 19:23:34 +01:00
- gf2x.h
- parsing.h
- vector.h
- parsing.c
- source:
scheme: hqc-rmrs-256
implementation: avx2
files:
2020-09-07 19:23:34 +01:00
- gf2x.h
- parsing.h
- vector.h
- parsing.c