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

60 lines
1.0 KiB
YAML

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