mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-01 00:28:18 +00:00
test/crypto: match test data for decrypt with encrypt sample
This commit is contained in:
parent
547f262d73
commit
064b9c7f16
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user