]> git.zerfleddert.de Git - proxmark3-svn/blob - client/loclass/ikeys.h
implemented 'hf iclass dump xxxx',
[proxmark3-svn] / client / loclass / ikeys.h
1 #ifndef IKEYS_H
2 #define IKEYS_H
3 int testKeyDiversification();
4 int doKeyTests();
5 void hash0(uint64_t c, uint8_t *k);
6 void pushbackSixBitByte(uint64_t *c, uint8_t z, int n);
7 uint8_t getSixBitByte(uint64_t c, int n);
8 #endif // IKEYS_H
Impressum, Datenschutz