1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/crypto_kem/babybear/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 ThreeBears 2019-10-24 19:35:55 +02:00
kem.c add ThreeBears 2019-10-24 19:35:55 +02:00
LICENSE add ThreeBears 2019-10-24 19:35:55 +02:00
Makefile use the same compiler flags as other implementations 2019-10-25 19:09:12 +02:00
Makefile.Microsoft_nmake add ThreeBears 2019-10-24 19:35:55 +02:00
melas_fec.c add ThreeBears 2019-10-24 19:35:55 +02:00
melas_fec.h add ThreeBears 2019-10-24 19:35:55 +02:00
params.h add ThreeBears 2019-10-24 19:35:55 +02:00
ring.c move modulus function to source, namespace it 2019-10-25 13:14:25 +02:00
ring.h move modulus function to source, namespace it 2019-10-25 13:14:25 +02:00
threebears.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
threebears.h Add ephemeral versions of ThreeBears 2020-01-15 10:43:50 +01:00