mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-08 06:00:53 -07:00
added destroy
This commit is contained in:
parent
dca8220f72
commit
e0158d3373
1 changed files with 2 additions and 0 deletions
|
@ -377,5 +377,7 @@ bool NestedCheckKey(uint64_t key, TAuthData *ad, uint8_t *cmd, uint8_t cmdsize)
|
|||
memcpy(buf, cmd, cmdsize);
|
||||
mf_crypto1_decrypt(pcs, buf, cmdsize, 0);
|
||||
|
||||
crypto1_destroy(pcs);
|
||||
|
||||
return CheckCrc14443(CRC_14443_A, buf, cmdsize);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue