mirror of
https://github.com/henrydcase/pqc.git
synced 2024-11-23 07:59:01 +00:00
41 lines
623 B
YAML
41 lines
623 B
YAML
|
consistency_checks:
|
||
|
- source:
|
||
|
scheme: dilithium3
|
||
|
implementation: clean
|
||
|
files:
|
||
|
- ntt.c
|
||
|
- ntt.h
|
||
|
- packing.c
|
||
|
- packing.h
|
||
|
- poly.c
|
||
|
- poly.h
|
||
|
- polyvec.c
|
||
|
- polyvec.h
|
||
|
- reduce.c
|
||
|
- reduce.h
|
||
|
- rounding.c
|
||
|
- rounding.h
|
||
|
- sign.c
|
||
|
- sign.h
|
||
|
- symmetric.c
|
||
|
- symmetric.h
|
||
|
- source:
|
||
|
scheme: dilithium4
|
||
|
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
|
||
|
- symmetric.c
|
||
|
- symmetric.h
|