pqc/crypto_kem/kyber1024-90s/avx2
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
..
aes256ctr.c Put all common primitives on the heap (#266) 2021-03-24 21:02:45 +00:00
aes256ctr.h Add Kyber90s 2019-09-24 08:01:54 +02:00
api.h fixup! Add Kyber90s 2019-09-24 08:01:54 +02:00
basemul.S 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
consts.c Add Kyber90s 2019-09-24 08:01:54 +02:00
consts.h Add Kyber90s 2019-09-24 08:01:54 +02:00
fq.inc Add Kyber90s 2019-09-24 08:01:54 +02:00
fq.s Add Kyber90s 2019-09-24 08:01:54 +02:00
indcpa.c Add Kyber90s 2019-09-24 08:01:54 +02:00
indcpa.h Add Kyber90s 2019-09-24 08:01:54 +02:00
invntt.s 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
ntt.h Add Kyber90s 2019-09-24 08:01:54 +02:00
ntt.s 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.h Add Kyber90s 2019-09-24 08:01:54 +02:00
rejsample.c Add Kyber90s 2019-09-24 08:01:54 +02:00
rejsample.h Add Kyber90s 2019-09-24 08:01:54 +02:00
shuffle.inc Add Kyber90s 2019-09-24 08:01:54 +02:00
shuffle.s Add Kyber90s 2019-09-24 08:01:54 +02:00
symmetric.h Put all common primitives on the heap (#266) 2021-03-24 21:02:45 +00: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