pqc/crypto_sign/sphincs-shake256-192s-robust/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
..
address.c Add the other 35 SPHINCS+ variants 2019-04-23 13:09:16 +02:00
address.h SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
api.h SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
fors.c SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
fors.h SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
hash_shake256.c Put all common primitives on the heap (#266) 2020-02-11 11:15:14 +01:00
hash_state.h SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
hash.h SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
LICENSE Add the other 35 SPHINCS+ variants 2019-04-23 13:09:16 +02:00
Makefile Fix Makefile (primitive.h->hash_state.h) 2019-07-17 15:53:33 +02:00
Makefile.Microsoft_nmake Enable optimizers on Windows (#244) 2019-10-21 14:23:59 +02:00
params.h SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
sign.c SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
thash_shake256_robust.c SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
thash.h SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
utils.c SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
utils.h SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
wots.c SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00
wots.h SPHINCS+ optimized implementations (#253) 2019-12-12 14:29:29 +01:00