Merge pull request #2707 from evildaemond/master

Added SEOS Support
This commit is contained in:
Iceman 2025-01-06 23:23:44 +01:00 committed by GitHub
commit 405c48424f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1559 additions and 32 deletions

File diff suppressed because it is too large Load diff

View file

@ -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