pqc/crypto_sign/sphincs-sha256-128s-robust/clean
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
..
address.c
address.h SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
api.h SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
fors.c SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
fors.h SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
hash_sha256.c Put all common primitives on the heap (#266) 2021-03-24 21:02:45 +00:00
hash_state.h SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
hash.h SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
LICENSE
Makefile
Makefile.Microsoft_nmake
params.h SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
sha256.c SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
sha256.h SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
sign.c SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
thash_sha256_robust.c Put all common primitives on the heap (#266) 2021-03-24 21:02:45 +00:00
thash.h SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
utils.c SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
utils.h SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
wots.c SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00
wots.h SPHINCS+ optimized implementations (#253) 2021-03-24 21:02:45 +00:00