test/crypto: match test data for decrypt with encrypt sample

This commit is contained in:
Matthias Ringwald 2020-07-03 11:32:02 +02:00
parent 547f262d73
commit 064b9c7f16

View File

@ -72,7 +72,7 @@ static void message_24_upper_transport_decrypt(void){
uint8_t ciphertext[8];
parse_hex(ciphertext, "DE1547118463123E");
parse_hex(ciphertext, "c3c51d8e476b28e3");
printf("%16s: ", "ciphertext"); printf_hexdump(ciphertext, sizeof(ciphertext));
printf("Reference:\n");