mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-19 21:03:23 -07:00
Updated proxmark research with Holiman's loclass framework
This commit is contained in:
parent
c3963755b7
commit
a66fca86b9
10 changed files with 2383 additions and 5 deletions
8
client/loclass/ikeys.h
Normal file
8
client/loclass/ikeys.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue