fix alignment

This commit is contained in:
jbop1626 2019-11-05 14:24:23 -05:00 committed by GitHub
parent 5be35dba6b
commit c7d9123dc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -27,9 +27,9 @@
int main(int argc, char * argv[]) {
uint8_t private_key_A[32] = { 0x00, 0x00, 0x01, 0x5F, 0xC2, 0xC6, 0x53, 0xCD,
0xBA, 0xDC, 0xD8, 0x24, 0x23, 0xFE, 0xA2, 0xE8,
0xCC, 0x75, 0x7C, 0xC3, 0x5A, 0x27, 0x46, 0x73,
0xF5, 0x70, 0xAE, 0x7A, 0xD2, 0xBB, 0x59, 0xB0 };
0xBA, 0xDC, 0xD8, 0x24, 0x23, 0xFE, 0xA2, 0xE8,
0xCC, 0x75, 0x7C, 0xC3, 0x5A, 0x27, 0x46, 0x73,
0xF5, 0x70, 0xAE, 0x7A, 0xD2, 0xBB, 0x59, 0xB0 };
uint8_t public_key_A[64] = { 0x00, 0x00, 0x00, 0x27, 0x64, 0xB9, 0x37, 0x21,
0xDA, 0xA4, 0x33, 0xC1, 0xC4, 0x45, 0x0B, 0xFA,