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
2 changed files with 1559 additions and 32 deletions
+1557 -31
View File
File diff suppressed because it is too large Load Diff
+2 -1
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