re-generated unittests check files due changed z85 padding

This commit is contained in:
TLINDEN
2014-02-08 20:36:40 +01:00
parent da8f40b596
commit 5bbe95f6fe
24 changed files with 2178 additions and 185 deletions

View File

@@ -1,33 +1,33 @@
size_t secret_a_len = 32;
unsigned char secret_a[32] = {
0x28, 0xad, 0x6c, 0x7d, 0x37, 0x6b, 0xf9, 0x83,
0x9f, 0x0b, 0x95, 0xff, 0xd5, 0xbc, 0x56, 0x7e,
0x81, 0xa3, 0x11, 0x75, 0x3f, 0x94, 0x31, 0xb9,
0x98, 0x04, 0x81, 0xe3, 0xa4, 0xfd, 0xdb, 0x55
0x18, 0x6e, 0xa4, 0xc4, 0x57, 0x0b, 0xdf, 0x21,
0x46, 0xcf, 0x75, 0xd1, 0xad, 0x44, 0xe9, 0xa2,
0x98, 0x06, 0xa3, 0xe5, 0xfe, 0x51, 0x02, 0xcd,
0xe6, 0x8f, 0x08, 0xa0, 0xb3, 0x25, 0xb7, 0x65
};
size_t public_a_len = 32;
unsigned char public_a[32] = {
0x0c, 0x32, 0x80, 0xd9, 0xc5, 0x72, 0xd5, 0x3d,
0x22, 0x25, 0x92, 0x8a, 0x46, 0xab, 0xe3, 0x88,
0x71, 0x30, 0x48, 0x1a, 0xa1, 0x47, 0x36, 0xe9,
0xba, 0x7f, 0x58, 0x97, 0x7c, 0x69, 0xe3, 0x72
0x7c, 0xad, 0x50, 0xbc, 0x22, 0x47, 0x13, 0x40,
0xb9, 0xb0, 0xf4, 0x95, 0xad, 0xa4, 0x5c, 0x5f,
0xb9, 0x94, 0x4f, 0x93, 0xae, 0xf0, 0x08, 0x5e,
0xda, 0x9f, 0x32, 0x4e, 0xed, 0x11, 0x67, 0x5e
};
size_t secret_b_len = 32;
unsigned char secret_b[32] = {
0x50, 0xf3, 0xa8, 0xb4, 0x3b, 0xbb, 0x83, 0x75,
0x81, 0x50, 0xb2, 0x51, 0x2b, 0xcd, 0xce, 0x63,
0x96, 0x6e, 0xbe, 0x6a, 0x91, 0x39, 0xf2, 0x3f,
0x70, 0xe1, 0x72, 0xdf, 0xac, 0xf4, 0xe7, 0x61
0x78, 0x6a, 0xe1, 0xea, 0x51, 0x9f, 0xfc, 0xfb,
0xaa, 0xaf, 0xca, 0x46, 0xc2, 0x5d, 0x78, 0x8e,
0x8b, 0x1a, 0x6e, 0xd5, 0xe4, 0xdf, 0x5f, 0xba,
0x13, 0xc4, 0xc4, 0xc4, 0x3d, 0xb5, 0xb7, 0x66
};
size_t public_b_len = 32;
unsigned char public_b[32] = {
0x4e, 0x47, 0x89, 0x91, 0x2f, 0x69, 0x30, 0x6c,
0x0f, 0x0d, 0xf3, 0xb6, 0xa5, 0x52, 0xe1, 0xff,
0x55, 0x8d, 0x2e, 0x52, 0x88, 0x58, 0x60, 0x6a,
0x0f, 0x19, 0x40, 0xf1, 0x0d, 0xa1, 0xe9, 0x30
0x2d, 0xf3, 0xfc, 0x59, 0x65, 0xf8, 0xd9, 0xc4,
0x50, 0x65, 0x68, 0x24, 0x5e, 0x64, 0x4d, 0xa5,
0x3b, 0x23, 0x77, 0x3e, 0x00, 0xde, 0xe6, 0x7a,
0x27, 0x53, 0x28, 0x7e, 0x96, 0x31, 0xe4, 0x3c
};
size_t message_len = 12;
@@ -38,16 +38,16 @@ unsigned char message[12] = {
size_t nonce_len = 24;
unsigned char nonce[24] = {
0xc6, 0x26, 0x8c, 0xa8, 0x17, 0xb3, 0xb4, 0x99,
0x14, 0x12, 0x30, 0xd1, 0x11, 0x93, 0x36, 0x09,
0xe0, 0xb7, 0x3f, 0x16, 0xe0, 0xd1, 0x0c, 0x0d
0xc4, 0x20, 0x58, 0x86, 0x7d, 0x01, 0x26, 0xc4,
0x8e, 0xe5, 0xfe, 0xdb, 0x4a, 0xcc, 0x86, 0x27,
0x8b, 0xf9, 0x32, 0x7e, 0x2d, 0x4d, 0xbb, 0x52
};
size_t cipher_len = 28;
unsigned char cipher[28] = {
0x90, 0x9d, 0x75, 0xfb, 0xb2, 0xb1, 0x8b, 0x3e,
0x39, 0x56, 0xd3, 0x4a, 0x69, 0x52, 0xf8, 0x2f,
0x12, 0xb2, 0x4e, 0x32, 0x3f, 0x4e, 0xa4, 0x45,
0xb6, 0x5d, 0x16, 0x80
0xc9, 0x4f, 0x63, 0xb0, 0x1b, 0xbe, 0x94, 0x71,
0xda, 0x35, 0x4e, 0xd7, 0x0d, 0xd7, 0x83, 0x8a,
0x07, 0x92, 0xb0, 0x8f, 0x9b, 0xa6, 0x69, 0x94,
0xeb, 0xd9, 0x4e, 0x0a
};