58 lines
935 B
YAML
58 lines
935 B
YAML
|
consistency_checks:
|
||
|
- source:
|
||
|
scheme: hqc-256
|
||
|
implementation: clean
|
||
|
files:
|
||
|
- api.h
|
||
|
- code.h
|
||
|
- hqc.h
|
||
|
- source:
|
||
|
scheme: hqc-rmrs-128
|
||
|
implementation: clean
|
||
|
files:
|
||
|
- source:
|
||
|
scheme: hqc-rmrs-128
|
||
|
implementation: avx2
|
||
|
files:
|
||
|
- code.h
|
||
|
- gf2x.h
|
||
|
- hqc.h
|
||
|
- parsing.h
|
||
|
- vector.h
|
||
|
- hqc.c
|
||
|
- kem.c
|
||
|
- parsing.c
|
||
|
- source:
|
||
|
scheme: hqc-rmrs-192
|
||
|
implementation: clean
|
||
|
files:
|
||
|
- source:
|
||
|
scheme: hqc-rmrs-192
|
||
|
implementation: avx2
|
||
|
files:
|
||
|
- code.h
|
||
|
- gf2x.h
|
||
|
- hqc.h
|
||
|
- parsing.h
|
||
|
- vector.h
|
||
|
- hqc.c
|
||
|
- kem.c
|
||
|
- parsing.c
|
||
|
- source:
|
||
|
scheme: hqc-rmrs-256
|
||
|
implementation: clean
|
||
|
files:
|
||
|
- source:
|
||
|
scheme: hqc-rmrs-256
|
||
|
implementation: avx2
|
||
|
files:
|
||
|
- code.h
|
||
|
- gf2x.h
|
||
|
- hqc.h
|
||
|
- parsing.h
|
||
|
- vector.h
|
||
|
- gf2x.c
|
||
|
- hqc.c
|
||
|
- kem.c
|
||
|
- parsing.c
|