pqc/common
Thom Wiggers 65a6a63e08
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
2020-02-11 11:15:14 +01:00
..
keccak4x Don't use -march=native for keccak 2019-11-19 11:13:29 +01:00
aes.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
aes.h Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
fips202.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
fips202.h Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
randombytes.c Disable clang-tidy lint on windows.h include 2019-03-06 17:15:23 +01:00
randombytes.h Include full clangformat config. 2019-02-11 10:05:54 +01:00
sha2.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
sha2.h Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
sp800-185.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
sp800-185.h Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00