diff options
author | Paul Selkirk <paul@psgd.org> | 2018-03-15 17:41:35 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2018-03-15 17:41:35 -0400 |
commit | 99956039e4e93bf075d4f75f3b8adba9f2ddffec (patch) | |
tree | 6d20777f802516ff76a07e4e90988b7cf87fe1b2 /tests/test-hashsig.h | |
parent | 9f1be4997345826022399a8251957fc81c2ae3b4 (diff) |
Update to draft-10: clarifications and Test Case 2;
add ability to export public key to xdr for interop testing
Diffstat (limited to 'tests/test-hashsig.h')
-rw-r--r-- | tests/test-hashsig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-hashsig.h b/tests/test-hashsig.h index 7d18295..4b8333f 100644 --- a/tests/test-hashsig.h +++ b/tests/test-hashsig.h @@ -43,6 +43,7 @@ static uint8_t tc1_msg[] = { }; /* Test Case 1 Signature */ +/* 2 levels, both h=5, w=8 */ static uint8_t tc1_sig[] = { 0x00, 0x00, 0x00, 0x01, @@ -419,6 +420,7 @@ static uint8_t tc2_msg[] = { }; /* Test Case 2 Signature */ +/* 2 levels: h=10, w=4; h=5, w=8 */ static uint8_t tc2_sig[] = { 0x00, 0x00, 0x00, 0x01, |