pqc/crypto_sign/dilithium4/clean
Matthias J. Kannwischer e56b2e5556
Add Dilithium (#172)
* fixes dynamic memory allocation test. previously a function called freeze() would trigger it

* this adds DilithiumII. Preprocessor conditionals still need to be removed

* fix ms Makefile

* fix MS compiler warnings

* clean-up

* remove preprocessor conditionals

* add dilithium3

* add dilithium4

* add duplicate consistency checks

* SHA2 state constants in common

* clean up symmetric.h

* Port SPHINCS+-SHA256 to sha256ctx struct

* Implement ctx struct for fips202

* Port Kyber{512,768,1024} to fips202 ctx struct

* Port NewHope to fips202 structs

* Port SPHINCS+-SHAKE256 to fips202 ctx structs

* Use opaque fips202 structs in MQDSS

* port dilithium to use fips202 ctx structs

* include -Wredundant-decls

* remove comment; format NTT constants

* reduce casts in power2round
2019-06-11 04:18:05 -05:00
..
api.h Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
LICENSE Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
Makefile Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
Makefile.Microsoft_nmake Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
ntt.c Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
ntt.h Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
packing.c Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
packing.h Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
params.h Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
poly.c Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
poly.h Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
polyvec.c Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
polyvec.h Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
reduce.c Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
reduce.h Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
rounding.c Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
rounding.h Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
sign.c Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
sign.h Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
symmetric.c Add Dilithium (#172) 2019-06-11 04:18:05 -05:00
symmetric.h Add Dilithium (#172) 2019-06-11 04:18:05 -05:00