]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/des.h
Add two missing bitflip state tables. Update .gitignore
[proxmark3-svn] / armsrc / des.h
index 652886fd7a523d9aeab176057ac7003d8fd0ba2e..90f742464ba6d4ed41988c81f2cf33b8c4dc77ec 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, unsigned char iv[8]);
+ void tdes_2key_dec(void* out, const void* in, size_t length, const void* key, unsigned char iv[8]);
+
 #endif /*DES_H_*/
 
 // Copied from des.h in desfire imp.
Impressum, Datenschutz