X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/d3a22c7dfa87bf5e21d228849a602194be4a0895..5eae566a28d4494e70a9e3812e269dbd87d9bc07:/client/loclass/cipher.h diff --git a/client/loclass/cipher.h b/client/loclass/cipher.h index 314a560a..bdea9432 100644 --- a/client/loclass/cipher.h +++ b/client/loclass/cipher.h @@ -30,14 +30,20 @@ * 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]); +#ifndef ON_DEVICE int testMAC(); +#endif #endif // CIPHER_H