Updated proxmark research with Holiman's loclass framework

This commit is contained in:
Andrew Davies 2014-05-02 11:11:54 +01:00
commit a66fca86b9
10 changed files with 2383 additions and 5 deletions

8
client/loclass/ikeys.h Normal file
View file

@ -0,0 +1,8 @@
#ifndef IKEYS_H
#define IKEYS_H
int testKeyDiversification();
int doKeyTests();
void hash0(uint64_t c, uint8_t *k);
void pushbackSixBitByte(uint64_t *c, uint8_t z, int n);
uint8_t getSixBitByte(uint64_t c, int n);
#endif // IKEYS_H