pqc/test/duplicate_consistency/hqc-rmrs-192_clean.yml

47 lines
767 B
YAML
Raw Normal View History

2020-09-07 19:23:34 +01:00
consistency_checks:
- source:
scheme: hqc-rmrs-192
implementation: avx2
files:
- api.h
- code.h
- fft.h
- gf.h
2020-09-07 19:23:34 +01:00
- hqc.h
- reed_muller.h
- reed_solomon.h
- code.c
- source:
scheme: hqc-rmrs-256
implementation: clean
files:
- code.h
- fft.h
- gf2x.h
- gf.h
- hqc.h
- parsing.h
- reed_muller.h
- reed_solomon.h
- vector.h
- code.c
- fft.c
- gf2x.c
- gf.c
- hqc.c
- kem.c
- parsing.c
- reed_muller.c
- vector.c
- source:
scheme: hqc-rmrs-256
implementation: avx2
files:
- code.h
- fft.h
- gf.h
2020-09-07 19:23:34 +01:00
- hqc.h
- reed_muller.h
- reed_solomon.h
- code.c