mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 23:55:15 +08:00
remove debug
This commit is contained in:
parent
afadc088d7
commit
1ebeb9b151
1 changed files with 0 additions and 2 deletions
|
@ -1493,8 +1493,6 @@ static int DesfireAuthenticateLRP(DesfireContext *dctx, DesfireSecureChannel sec
|
||||||
size_t declen = 0;
|
size_t declen = 0;
|
||||||
LRPDecode(&ctx, recv_data, 16, data, &declen);
|
LRPDecode(&ctx, recv_data, 16, data, &declen);
|
||||||
memcpy(dctx->IV, ctx.counter, 4);
|
memcpy(dctx->IV, ctx.counter, 4);
|
||||||
PrintAndLogEx(INFO, "--decoded <%d>: %s", declen, sprint_hex(data, 16));
|
|
||||||
PrintAndLogEx(INFO, "iv : %s", sprint_hex(dctx->IV, 4));
|
|
||||||
|
|
||||||
dctx->cmdCntr = 0;
|
dctx->cmdCntr = 0;
|
||||||
memcpy(dctx->TI, data, 4);
|
memcpy(dctx->TI, data, 4);
|
||||||
|
|
Loading…
Reference in a new issue