mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
commit
405c48424f
2 changed files with 1559 additions and 32 deletions
File diff suppressed because it is too large
Load diff
|
@ -23,5 +23,6 @@
|
|||
|
||||
int infoSeos(bool verbose);
|
||||
int CmdHFSeos(const char *Cmd);
|
||||
|
||||
int seos_kdf(bool encryption, uint8_t* masterKey, uint8_t keyslot,
|
||||
uint8_t* adfOid, size_t adfoid_len, uint8_t* diversifier, uint8_t diversifier_len, uint8_t* out, int encryption_algorithm, int hash_algorithm);
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue