pqc/test/duplicate_consistency/kyber1024_clean.yml
Thom Wiggers f4bd312180 Adds AVX2 variants of Kyber512, Kyber768, Kyber1024 (#225)
* Integrate Kyber-AVX2 into PQClean

* Fix types and formatting in Kyber

* Workaround a valgrind crash

* Remove comment in shuffle.s

* Remove some extraneous truncations

* fixup! Fix types and formatting in Kyber
2019-09-10 11:45:01 +02:00

21 lines
308 B
YAML

consistency_checks:
- source:
scheme: kyber768
implementation: clean
files:
- LICENSE
- cbd.c
- cbd.h
- indcpa.h
- kem.c
- ntt.c
- ntt.h
- poly.h
- polyvec.h
- reduce.c
- reduce.h
- symmetric-fips202.c
- symmetric.h
- verify.c
- verify.h