mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
fix compiler warning
This commit is contained in:
parent
841c91a662
commit
56499a8821
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ int doKeyTests(void);
|
|||
* @param div_key
|
||||
*/
|
||||
|
||||
void diversifyKey(uint8_t csn[8], uint8_t key[8], uint8_t div_key[8]);
|
||||
void diversifyKey(uint8_t *csn, uint8_t *key, uint8_t *div_key);
|
||||
/**
|
||||
* @brief Permutes a key from standard NIST format to Iclass specific format
|
||||
* @param key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue