pqc/test/duplicate_consistency/hqc-rmrs-128_avx2.yml
2021-03-24 21:02:47 +00:00

79 lines
1.4 KiB
YAML

consistency_checks:
- source:
scheme: hqc-rmrs-128
implementation: clean
files:
- api.h
- code.h
- fft.h
- gf.h
- hqc.h
- reed_muller.h
- fft.c
- reed_solomon.c
- source:
scheme: hqc-rmrs-192
implementation: clean
files:
- code.h
- fft.h
- gf.h
- hqc.h
- reed_muller.h
- fft.c
- reed_solomon.c
- source:
scheme: hqc-rmrs-192
implementation: avx2
files:
- code.h
- fft.h
- gf2x.h
- gf.h
- hqc.h
- parsing.h
- reed_muller.h
- vector.h
- code.c
- fft.c
- gf.c
- hqc.c
- kem.c
- parsing.c
- reed_muller.c
- reed_solomon.c
- vector.c
- source:
scheme: hqc-rmrs-256
implementation: clean
files:
- code.h
- fft.h
- gf.h
- hqc.h
- reed_muller.h
- reed_solomon.h
- fft.c
- reed_solomon.c
- source:
scheme: hqc-rmrs-256
implementation: avx2
files:
- code.h
- fft.h
- gf2x.h
- gf.h
- hqc.h
- parsing.h
- reed_muller.h
- vector.h
- code.c
- fft.c
- gf.c
- hqc.c
- kem.c
- parsing.c
- reed_muller.c
- reed_solomon.c
- vector.c