pqc/crypto_sign/dilithium4/avx2
Thom Wiggers 07db9c1e60 Put all common primitives on the heap (#266)
* Put AES ctx on the heap

This forces people to use the ``ctx_release`` functions, because otherwise there will be leaks

* Put fips202 on the heap

* Add much more docs for fips202.h

* fixup! Put fips202 on the heap

* Put SHA2 on the heap-supporting API

* Fix clang-tidy warnings

* Fix unreachable free() in falcon

* Fix McEliece8192128f-sse GNU Makefile
2021-03-24 21:02:45 +00:00
..
alignment.h Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
api.h Specify arrays with sizes again 2021-03-24 21:02:45 +00:00
cdecl.inc Add MacOS support for Dilithium 2021-03-24 21:02:45 +00:00
fips202x4.c Use PQClean int guidelines 2021-03-24 21:02:45 +00:00
fips202x4.h Use PQClean int guidelines 2021-03-24 21:02:45 +00:00
invntt.S Add MacOS support for Dilithium 2021-03-24 21:02:45 +00:00
LICENSE Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
Makefile fixup! Add MacOS support for Dilithium 2021-03-24 21:02:45 +00:00
ntt.h Use more robust macro syntax 2021-03-24 21:02:45 +00:00
ntt.S Add MacOS support for Dilithium 2021-03-24 21:02:45 +00:00
nttconsts.c Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
nttconsts.h Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
packing.c Specify arrays with sizes again 2021-03-24 21:02:45 +00:00
packing.h Specify arrays with sizes again 2021-03-24 21:02:45 +00:00
params.h Specify arrays with sizes again 2021-03-24 21:02:45 +00:00
pointwise.S Add MacOS support for Dilithium 2021-03-24 21:02:45 +00:00
poly.c Put all common primitives on the heap (#266) 2021-03-24 21:02:45 +00:00
poly.h Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
polyvec.c Use PQClean int guidelines 2021-03-24 21:02:45 +00:00
polyvec.h Use PQClean int guidelines 2021-03-24 21:02:45 +00:00
reduce.h Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
reduce.S Add MacOS support for Dilithium 2021-03-24 21:02:45 +00:00
rejsample.c Use PQClean int guidelines 2021-03-24 21:02:45 +00:00
rejsample.h Use PQClean int guidelines 2021-03-24 21:02:45 +00:00
rounding.c Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
rounding.h Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
shuffle.inc Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
sign.c Use PQClean int guidelines 2021-03-24 21:02:45 +00:00
sign.h Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
stream.c Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
stream.h Add Dilithium's AVX2 implementations 2021-03-24 21:02:45 +00:00
symmetric.h Put all common primitives on the heap (#266) 2021-03-24 21:02:45 +00:00