1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 07:35:38 +00:00

fixup! Add Kyber90s

Add duplicate consistency files
This commit is contained in:
Thom Wiggers 2019-09-17 14:11:46 +02:00
parent 526a841886
commit 7931383443
No known key found for this signature in database
GPG Key ID: 001BB0A7CE26E363
3 changed files with 208 additions and 0 deletions

View File

@ -0,0 +1,69 @@
consistency_checks:
- source:
scheme: kyber1024
implementation: clean
files:
- LICENSE
- cbd.h
- indcpa.h
- params.h
- polyvec.h
- verify.h
- source:
scheme: kyber768
implementation: avx2
files:
- cbd.c
- cbd.h
- consts.c
- consts.h
- fq.inc
- fq.s
- indcpa.h
- invntt.s
- ntt.h
- ntt.s
- polyvec.h
- reduce.h
- rejsample.c
- rejsample.h
- shuffle.inc
- shuffle.s
- verify.c
- verify.h
- source:
scheme: kyber1024-90s
implementation: clean
files:
- LICENSE
- cbd.h
- indcpa.h
- params.h
- polyvec.h
- verify.h
- source:
scheme: kyber768-90s
implementation: avx2
files:
- aes256ctr.c
- aes256ctr.h
- cbd.c
- cbd.h
- consts.c
- consts.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.h
- verify.c
- verify.h

View File

@ -0,0 +1,69 @@
consistency_checks:
- source:
scheme: kyber512
implementation: avx2
files:
- LICENSE
- cbd.h
- indcpa.h
- params.h
- polyvec.h
- verify.h
- source:
scheme: kyber768
implementation: avx2
files:
- cbd.c
- cbd.h
- consts.c
- consts.h
- fq.inc
- fq.s
- indcpa.h
- invntt.s
- ntt.h
- ntt.s
- polyvec.h
- reduce.h
- rejsample.c
- rejsample.h
- shuffle.inc
- shuffle.s
- verify.c
- verify.h
- source:
scheme: kyber512-90s
implementation: clean
files:
- LICENSE
- cbd.h
- indcpa.h
- params.h
- polyvec.h
- verify.h
- source:
scheme: kyber768-90s
implementation: avx2
files:
- aes256ctr.c
- aes256ctr.h
- cbd.c
- cbd.h
- consts.c
- consts.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.h
- verify.c
- verify.h

View File

@ -0,0 +1,70 @@
consistency_checks:
- source:
scheme: kyber768
implementation: clean
files:
- LICENSE
- cbd.h
- indcpa.h
- params.h
- polyvec.h
- verify.h
- source:
scheme: kyber512
implementation: avx2
files:
- cbd.c
- cbd.h
- consts.c
- consts.h
- fq.inc
- fq.s
- indcpa.h
- invntt.s
- ntt.h
- ntt.s
- polyvec.h
- reduce.h
- rejsample.c
- rejsample.h
- shuffle.inc
- shuffle.s
- verify.c
- verify.h
consistency_checks:
- source:
scheme: kyber768-90s
implementation: clean
files:
- LICENSE
- cbd.h
- indcpa.h
- params.h
- polyvec.h
- verify.h
- source:
scheme: kyber512-90s
implementation: avx2
files:
- aes256ctr.c
- aes256ctr.h
- cbd.c
- cbd.h
- consts.c
- consts.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.h
- verify.c
- verify.h