pqc/crypto_sign/mqdss-64/clean
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
..
api.h Add MQDSS-64 2019-04-30 11:16:50 +02:00
gf31.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
gf31.h Add MQDSS-64 2019-04-30 11:16:50 +02:00
LICENSE Add MQDSS-64 2019-04-30 11:16:50 +02:00
Makefile Add -Wredundant-decls 2019-05-20 16:12:01 +02:00
Makefile.Microsoft_nmake Enable optimizers on Windows (#244) 2019-10-21 14:23:59 +02:00
mq.c Add MQDSS-64 2019-04-30 11:16:50 +02:00
mq.h Add MQDSS-64 2019-04-30 11:16:50 +02:00
params.h Add MQDSS-64 2019-04-30 11:16:50 +02:00
sign.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00