mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-20 03:48:33 +08:00
350563
This commit is contained in:
parent
a0ec56cdc4
commit
a3acb921c7
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ void DesfirePrintContext(DesfireContext *ctx) {
|
|||
sprint_hex(ctx->sessionKeyMAC, desfire_get_key_length(ctx->keyType)));
|
||||
PrintAndLogEx(INFO, " ENC: %s",
|
||||
sprint_hex(ctx->sessionKeyEnc, desfire_get_key_length(ctx->keyType)));
|
||||
PrintAndLogEx(INFO, " IV [%d]: %s",
|
||||
PrintAndLogEx(INFO, " IV [%zu]: %s",
|
||||
desfire_get_key_block_length(ctx->keyType),
|
||||
sprint_hex(ctx->IV, desfire_get_key_block_length(ctx->keyType)));
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue