mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
move ks to authdata
This commit is contained in:
parent
7bea15816e
commit
e01bc7942c
2 changed files with 13 additions and 7 deletions
|
@ -25,6 +25,8 @@ typedef struct {
|
|||
uint32_t at_enc; // encrypted tag response
|
||||
uint8_t at_enc_par; // encrypted tag response parity
|
||||
bool first_auth; // is first authentication
|
||||
uint32_t ks2; // ar ^ ar_enc
|
||||
uint32_t ks3; // at ^ at_enc
|
||||
} TAuthData;
|
||||
extern void ClearAuthData();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue