xmss-KAT-generator/test
Joost Rijneveld 384b228c58
Support messages that exceed the stack size
Previous code allocated an array on the stack of mlen bytes, but
it should be possible to also sign heap-space messages. By relying
on the fact that sm and m fit the message + signature, we move
the message so that 4*n bytes of prefix can be added.
2017-10-31 17:21:27 +01:00
..
wots.c Clean up tests 2017-10-26 18:06:15 +02:00
xmss_core_fast.c Clean up tests 2017-10-26 18:06:15 +02:00
xmss_determinism.c Clean up tests 2017-10-26 18:06:15 +02:00
xmss.c Support messages that exceed the stack size 2017-10-31 17:21:27 +01:00
xmssmt_core_fast.c Make XMSSMT WOTS memory usage more accurate 2017-10-30 12:31:33 +01:00