f4bd312180
* 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
40 lines
620 B
YAML
40 lines
620 B
YAML
consistency_checks:
|
|
- source:
|
|
scheme: kyber512
|
|
implementation: clean
|
|
files:
|
|
- LICENSE
|
|
- cbd.h
|
|
- indcpa.h
|
|
- params.h
|
|
- polyvec.h
|
|
- symmetric-fips202.c
|
|
- verify.h
|
|
- source:
|
|
scheme: kyber768
|
|
implementation: avx2
|
|
files:
|
|
- cbd.c
|
|
- cbd.h
|
|
- consts.c
|
|
- consts.h
|
|
- fips202x4.c
|
|
- fips202x4.h
|
|
- fq.inc
|
|
- fq.s
|
|
- indcpa.h
|
|
- invntt.s
|
|
- ntt.h
|
|
- ntt.s
|
|
- poly.h
|
|
- polyvec.h
|
|
- reduce.h
|
|
- rejsample.c
|
|
- rejsample.h
|
|
- shuffle.inc
|
|
- shuffle.s
|
|
- symmetric-fips202.c
|
|
- symmetric.h
|
|
- verify.c
|
|
- verify.h
|