X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d3a22c7dfa87bf5e21d228849a602194be4a0895..3607b5a96a5b70e2e25356e0f6a1ad420ac02bfb:/client/loclass/cipher.h?ds=inline
diff --git a/client/loclass/cipher.h b/client/loclass/cipher.h
index 314a560a..7afdb524 100644
--- a/client/loclass/cipher.h
+++ b/client/loclass/cipher.h
@@ -30,14 +30,22 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
- * along with IClassCipher. If not, see .
+ * along with loclass. If not, see .
+ *
+ *
+ *
****************************************************************************/
+
#ifndef CIPHER_H
#define CIPHER_H
#include
-void doMAC(uint8_t *cc_nr_p, int length, uint8_t *div_key_p, uint8_t mac[4]);
+void doMAC(uint8_t *cc_nr_p, uint8_t *div_key_p, uint8_t mac[4]);
+void doMAC_N(uint8_t *address_data_p,uint8_t address_data_size, uint8_t *div_key_p, uint8_t mac[4]);
+
+#ifndef ON_DEVICE
int testMAC();
+#endif
#endif // CIPHER_H