mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-23 15:47:42 +08:00
typo
This commit is contained in:
parent
8edcfb925b
commit
1cdddc270f
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ typedef struct {
|
||||||
uint8_t key[DESFIRE_MAX_KEY_SIZE];
|
uint8_t key[DESFIRE_MAX_KEY_SIZE];
|
||||||
uint8_t masterKey[DESFIRE_MAX_KEY_SIZE]; // source for kdf
|
uint8_t masterKey[DESFIRE_MAX_KEY_SIZE]; // source for kdf
|
||||||
|
|
||||||
// KDF finction
|
// KDF function
|
||||||
uint8_t kdfAlgo;
|
uint8_t kdfAlgo;
|
||||||
uint8_t kdfInputLen;
|
uint8_t kdfInputLen;
|
||||||
uint8_t kdfInput[31];
|
uint8_t kdfInput[31];
|
||||||
|
|
Loading…
Reference in a new issue