1
1
pqc/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 fix format strings for Windows 2019-05-16 11:30:24 +02:00
printparams.c check algo names 2019-09-19 12:43:57 +02:00
testvectors.c Add functest/testvectors for detached signatures 2019-04-08 10:23:24 +02:00