pqc/crypto_kem/kyber1024-90s/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
..
aes256ctr.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
aes256ctr.h Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
api.h fixup! Add Kyber90s 2019-09-24 08:01:54 +02:00
cbd.c Add Kyber90s 2019-09-24 08:01:54 +02:00
cbd.h Add Kyber90s 2019-09-24 08:01:54 +02:00
indcpa.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
indcpa.h Add Kyber90s 2019-09-24 08:01:54 +02:00
kem.c Add Kyber90s 2019-09-24 08:01:54 +02:00
LICENSE Add Kyber90s 2019-09-24 08:01:54 +02:00
Makefile Add Kyber90s 2019-09-24 08:01:54 +02:00
Makefile.Microsoft_nmake Enable optimizers on Windows (#244) 2019-10-21 14:23:59 +02:00
ntt.c Add Kyber90s 2019-09-24 08:01:54 +02:00
ntt.h Add Kyber90s 2019-09-24 08:01:54 +02:00
params.h Add Kyber90s 2019-09-24 08:01:54 +02:00
poly.c Add Kyber90s 2019-09-24 08:01:54 +02:00
poly.h Add Kyber90s 2019-09-24 08:01:54 +02:00
polyvec.c Add Kyber90s 2019-09-24 08:01:54 +02:00
polyvec.h Add Kyber90s 2019-09-24 08:01:54 +02:00
reduce.c Add Kyber90s 2019-09-24 08:01:54 +02:00
reduce.h Add Kyber90s 2019-09-24 08:01:54 +02:00
symmetric.h Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
verify.c Add Kyber90s 2019-09-24 08:01:54 +02:00
verify.h Add Kyber90s 2019-09-24 08:01:54 +02:00