]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/des.h
MF Ultralight - Iceman's updates + mine
[proxmark3-svn] / armsrc / des.h
index 652886fd7a523d9aeab176057ac7003d8fd0ba2e..cc1d59b01846846db874bfe6599793ba51fc6cc2 100644 (file)
@@ -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.
Impressum, Datenschutz