mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
MF Ultralight - Iceman's updates + mine
Beginning of Ultralight additions. detection of Ultralight Types added dump command now auto detects type can authenticate Ultralight C
This commit is contained in:
parent
bdfb62b405
commit
f168b2633b
11 changed files with 1040 additions and 518 deletions
|
@ -97,6 +97,9 @@ void tdes_enc(void* out, const void* in, const void* key);
|
|||
*/
|
||||
void tdes_dec(void* out, const void* in, const void* key);
|
||||
|
||||
void tdes_2key_enc(void* out, const void* in, size_t length, const void* key);
|
||||
void tdes_2key_dec(void* out, const void* in, size_t length, const void* key);
|
||||
|
||||
#endif /*DES_H_*/
|
||||
|
||||
// Copied from des.h in desfire imp.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue