xmss-KAT-generator/test
Joost Rijneveld 998137622a
Fix integer underflow when writing updated sk
This caused secret key files to become close to MAXINT bytes, as
the unsigned int that is the private key size would be subtracted
from MAXINT when its negative was used as offset.
2017-10-23 13:25:01 +02:00
..
gen_testvectors.c Initial commit 2015-08-11 12:08:27 +02:00
speed.c Initial commit 2015-08-11 12:08:27 +02:00
test_wots.c Document and simplify library usage 2017-10-23 13:03:44 +02:00
test_xmss_core_fast.c Revert to using runtime-only parameter struct 2017-10-16 12:09:07 +02:00
test_xmss_core.c Revert to using runtime-only parameter struct 2017-10-16 12:09:07 +02:00
test_xmss.c Revert to using runtime-only parameter struct 2017-10-16 12:09:07 +02:00
test_xmssmt_core_fast.c Revert to using runtime-only parameter struct 2017-10-16 12:09:07 +02:00
test_xmssmt_core.c Revert to using runtime-only parameter struct 2017-10-16 12:09:07 +02:00
test_xmssmt.c Revert to using runtime-only parameter struct 2017-10-16 12:09:07 +02:00
test.sh Initial commit 2015-08-11 12:08:27 +02:00
xmss_keypair.c Add UI test files to create sample signatures 2017-10-17 17:11:18 +02:00
xmss_open.c Fix file IO ambiguity for UI scripts 2017-10-19 16:08:50 +02:00
xmss_sign.c Fix integer underflow when writing updated sk 2017-10-23 13:25:01 +02:00
xmssmt_keypair.c Add UI test files to create sample signatures 2017-10-17 17:11:18 +02:00
xmssmt_open.c Fix file IO ambiguity for UI scripts 2017-10-19 16:08:50 +02:00
xmssmt_sign.c Fix file IO ambiguity for UI scripts 2017-10-19 16:08:50 +02:00