]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - armsrc/des.h
ADD: added the new magic detection, where we send a partial ISO14443A_CMD_WRITEBLOC...
[proxmark3-svn] / armsrc / des.h
index 853488c8c354c73a2e72af9392cb8b62dd98f09b..880413e93a215e88026486cca07f0c613ee419ad 100644 (file)
@@ -97,8 +97,8 @@ 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);
+ 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_*/
 
Impressum, Datenschutz