pqc/test/duplicate_consistency/dilithium3aes_clean.yml
John Schanck 4f86c39515
Round 3 update for Dilithium (from github source) (#369)
* Update Dilithium

* Alternative montgomery reduce to avoid i386 functest errors

* Explicit casts for msvc

* More casts; bump upstream version; fix metadata

* another cast
2021-02-01 13:32:40 +08:00

138 строки
2.5 KiB
YAML

consistency_checks:
- source:
scheme: dilithium2
implementation: clean
files:
- ntt.h
- packing.h
- poly.h
- polyvec.h
- reduce.h
- rounding.h
- sign.h
- ntt.c
- packing.c
- polyvec.c
- reduce.c
- sign.c
- source:
scheme: dilithium2
implementation: avx2
files:
- packing.h
- sign.h
- packing.c
- source:
scheme: dilithium2aes
implementation: clean
files:
- aes256ctr.h
- ntt.h
- packing.h
- poly.h
- polyvec.h
- reduce.h
- rounding.h
- sign.h
- symmetric.h
- aes256ctr.c
- ntt.c
- packing.c
- polyvec.c
- reduce.c
- sign.c
- symmetric-aes.c
- source:
scheme: dilithium2aes
implementation: avx2
files:
- packing.h
- sign.h
- packing.c
- source:
scheme: dilithium3
implementation: clean
files:
- ntt.h
- packing.h
- poly.h
- polyvec.h
- reduce.h
- rounding.h
- sign.h
- ntt.c
- packing.c
- poly.c
- polyvec.c
- reduce.c
- rounding.c
- sign.c
- source:
scheme: dilithium3
implementation: avx2
files:
- packing.h
- sign.h
- packing.c
- source:
scheme: dilithium3aes
implementation: avx2
files:
- api.h
- packing.h
- params.h
- sign.h
- packing.c
- source:
scheme: dilithium5
implementation: clean
files:
- ntt.h
- packing.h
- poly.h
- polyvec.h
- reduce.h
- rounding.h
- sign.h
- ntt.c
- packing.c
- polyvec.c
- reduce.c
- rounding.c
- sign.c
- source:
scheme: dilithium5
implementation: avx2
files:
- packing.h
- sign.h
- packing.c
- source:
scheme: dilithium5aes
implementation: clean
files:
- aes256ctr.h
- ntt.h
- packing.h
- poly.h
- polyvec.h
- reduce.h
- rounding.h
- sign.h
- symmetric.h
- aes256ctr.c
- ntt.c
- packing.c
- polyvec.c
- reduce.c
- rounding.c
- sign.c
- symmetric-aes.c
- source:
scheme: dilithium5aes
implementation: avx2
files:
- packing.h
- sign.h
- packing.c