]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/des.h
Merge branch 'master' of https://github.com/Proxmark/proxmark3
[proxmark3-svn] / armsrc / des.h
index 652886fd7a523d9aeab176057ac7003d8fd0ba2e..853488c8c354c73a2e72af9392cb8b62dd98f09b 100644 (file)
@@ -96,6 +96,9 @@ void tdes_enc(void* out, const void* in, const void* key);
  * \param key pointer to the key (192 bit = 24 byte)
  */
  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_*/
 
Impressum, Datenschutz