1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 23:48:58 +00:00
pqcrypto/test/duplicate_consistency/dilithium4_clean.yml
2019-12-09 09:59:28 +01:00

54 lines
824 B
YAML

consistency_checks:
- source:
scheme: dilithium2
implementation: clean
files:
- ntt.c
- ntt.h
- packing.c
- packing.h
- poly.h
- polyvec.c
- polyvec.h
- reduce.c
- reduce.h
- rounding.c
- rounding.h
- sign.c
- sign.h
- stream.c
- stream.h
- symmetric.h
- source:
scheme: dilithium3
implementation: clean
files:
- ntt.c
- ntt.h
- packing.c
- packing.h
- poly.h
- polyvec.c
- polyvec.h
- reduce.c
- reduce.h
- rounding.c
- rounding.h
- sign.c
- sign.h
- stream.c
- stream.h
- symmetric.h
- source:
scheme: dilithium4
implementation: avx2
files:
- api.h
- packing.c
- packing.h
- polyvec.h
- params.h
- stream.c
- stream.h
- symmetric.h