1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 23:48:58 +00:00
pqcrypto/test/crypto_sign
Thom Wiggers 303a741192 Move keys in crypto_sign/functest.c to the heap
Having the keys on the stack increases the stack space consumption by
quite a bit, and this in turn results in the sanitizer tests failing
for Rainbow.

Moving the keys to the heap in the test seems like a harmless change.
2021-03-24 21:02:45 +00:00
..
functest.c Move keys in crypto_sign/functest.c to the heap 2021-03-24 21:02:45 +00:00
nistkat.c
printparams.c
testvectors.c