mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 18:48:13 -07:00
fix compiler warning on arm-none-eabi 11.1.0
This commit is contained in:
parent
19a2ce4cb3
commit
3b7153045f
2 changed files with 24 additions and 17 deletions
|
@ -59,7 +59,7 @@ void hash0(uint64_t c, uint8_t k[8]);
|
|||
* @param div_key
|
||||
*/
|
||||
|
||||
void diversifyKey(uint8_t *csn, *uint8_t key, uint8_t *div_key);
|
||||
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