1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 15:39:07 +00:00
pqcrypto/test/test_common
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
..
aes.c Move test support files into tests directory (#200) 2019-07-26 10:26:14 +02:00
fips202.c Put all common primitives on the heap (#266) 2021-03-24 21:02:45 +00:00
sha2.c add test for incremental sha512 2019-09-10 11:27:23 +02:00
sp800-185.c Move test support files into tests directory (#200) 2019-07-26 10:26:14 +02:00