mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
key_manager: Add support for loading keys from partition data
This commit is contained in:
parent
facd1d42a6
commit
877dd19cae
2 changed files with 88 additions and 0 deletions
|
@ -158,6 +158,8 @@ public:
|
|||
void DeriveBase();
|
||||
void DeriveETicket(PartitionDataManager data);
|
||||
|
||||
void PopulateFromPartitionData(PartitionDataManager data);
|
||||
|
||||
private:
|
||||
std::map<KeyIndex<S128KeyType>, Key128> s128_keys;
|
||||
std::map<KeyIndex<S256KeyType>, Key256> s256_keys;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue