fixed tilde z85 headers in signature stuff as well

This commit is contained in:
TLINDEN
2014-02-24 19:52:57 +01:00
parent 51858aeda2
commit 99f611ab80
14 changed files with 100 additions and 99 deletions

View File

@@ -1,33 +1,33 @@
size_t secret_a_len = 32;
unsigned char secret_a[32] = {
0xb8, 0xb6, 0x65, 0x7e, 0x5b, 0x6b, 0x7b, 0x8d,
0x94, 0xc1, 0x8c, 0xef, 0x22, 0xbd, 0xbc, 0x16,
0xea, 0xf7, 0x62, 0x88, 0xd2, 0x87, 0x07, 0xb5,
0x95, 0x1c, 0x88, 0x3d, 0xde, 0x8d, 0xb9, 0x40
0x48, 0x59, 0xdb, 0xdb, 0x16, 0xfe, 0xa0, 0x17,
0xc8, 0x34, 0x38, 0x32, 0x29, 0x41, 0x56, 0xf1,
0x35, 0x5d, 0x20, 0x52, 0xa2, 0x54, 0xeb, 0x67,
0xb2, 0xd9, 0x5d, 0xa2, 0x90, 0xbc, 0x19, 0x55
};
size_t public_a_len = 32;
unsigned char public_a[32] = {
0x3a, 0xe2, 0xd2, 0x7d, 0xae, 0x30, 0xd0, 0x8f,
0x28, 0xa6, 0x8e, 0xb3, 0xec, 0xaf, 0x86, 0x66,
0x31, 0x13, 0xf6, 0xdb, 0xf0, 0xc5, 0xf8, 0xc0,
0xc1, 0xde, 0x4e, 0xf0, 0xb2, 0x54, 0xe8, 0x68
0xfd, 0x9e, 0x3b, 0xe5, 0x99, 0x13, 0x22, 0xf6,
0xc8, 0x42, 0x10, 0x6e, 0x75, 0xd5, 0xe4, 0xcd,
0x1d, 0x69, 0xbf, 0x31, 0xbc, 0xfc, 0x2c, 0x27,
0xb7, 0xd2, 0x0f, 0xcc, 0xa6, 0x6e, 0x92, 0x38
};
size_t secret_b_len = 32;
unsigned char secret_b[32] = {
0x68, 0xe2, 0xd6, 0x8a, 0x3d, 0xbd, 0x16, 0x13,
0x29, 0xcc, 0x8f, 0x8f, 0x32, 0x44, 0x78, 0x04,
0xcc, 0x50, 0xe4, 0x9e, 0x4c, 0x5a, 0x32, 0xb5,
0x97, 0xfa, 0x37, 0xaf, 0x59, 0x6f, 0xd7, 0x63
0x88, 0x06, 0xfd, 0x5d, 0x6f, 0x45, 0xd0, 0x0e,
0xea, 0x66, 0xc9, 0xdc, 0xda, 0x38, 0xd4, 0xa8,
0x06, 0x81, 0xd9, 0x31, 0x9b, 0x22, 0x2d, 0xef,
0x4e, 0x69, 0x00, 0xc4, 0x8c, 0xdf, 0x4e, 0x44
};
size_t public_b_len = 32;
unsigned char public_b[32] = {
0xfb, 0xbb, 0xaf, 0x50, 0x62, 0x94, 0xb0, 0x6d,
0x66, 0xd8, 0x3d, 0x2f, 0xf2, 0x9f, 0xad, 0xe2,
0xe4, 0x15, 0xfe, 0x72, 0x33, 0xee, 0x36, 0xca,
0xa1, 0xc9, 0x15, 0x76, 0x20, 0x10, 0x7d, 0x71
0xdc, 0xc2, 0xcf, 0xe2, 0xc9, 0x3e, 0xe0, 0xf7,
0x33, 0x6f, 0xb8, 0xab, 0xe4, 0xb4, 0xe1, 0x6d,
0x82, 0xcb, 0xcc, 0xfa, 0x83, 0xc4, 0x8d, 0x09,
0x6f, 0x24, 0xec, 0xe0, 0xf3, 0x93, 0xce, 0x73
};
size_t message_len = 12;
@@ -38,16 +38,16 @@ unsigned char message[12] = {
size_t nonce_len = 24;
unsigned char nonce[24] = {
0xbe, 0x81, 0x4b, 0xb0, 0x16, 0xcf, 0x3c, 0x70,
0xf2, 0x28, 0xc9, 0x26, 0xa2, 0x07, 0xa8, 0x29,
0x8d, 0x66, 0xb5, 0x91, 0x4b, 0x66, 0x17, 0xce
0x5e, 0xa0, 0xbd, 0x53, 0x16, 0xbf, 0x91, 0x2d,
0xfc, 0xe7, 0x1c, 0x0d, 0x4c, 0x9f, 0x79, 0xd1,
0x4d, 0x98, 0x3c, 0x2b, 0x1e, 0x47, 0x35, 0x0d
};
size_t cipher_len = 28;
unsigned char cipher[28] = {
0xb2, 0xfd, 0xe8, 0xc3, 0xd0, 0xe1, 0x40, 0x33,
0x28, 0xb4, 0x87, 0x6b, 0x70, 0x56, 0x7a, 0xe8,
0xcf, 0x7d, 0x1d, 0xd6, 0x93, 0x0e, 0x62, 0x0b,
0xe3, 0xb5, 0x8c, 0x13
0xac, 0x06, 0x36, 0x4d, 0xd0, 0xa7, 0x58, 0x4e,
0x18, 0x35, 0x99, 0x29, 0x2b, 0x1e, 0x4a, 0x08,
0x1e, 0xcd, 0xd3, 0xc7, 0xce, 0x4a, 0xd1, 0xa7,
0x3e, 0x78, 0x94, 0xe9
};