mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
key_manager/partition_data_manager: Silence truncation compiler warnings
This commit is contained in:
parent
8e8fbbc19b
commit
e21cda8767
4 changed files with 15 additions and 10 deletions
|
@ -175,7 +175,7 @@ private:
|
|||
void WriteKeyToFile(KeyCategory category, std::string_view keyname,
|
||||
const std::array<u8, Size>& key);
|
||||
|
||||
void DeriveGeneralPurposeKeys(u8 crypto_revision);
|
||||
void DeriveGeneralPurposeKeys(std::size_t crypto_revision);
|
||||
|
||||
void SetKeyWrapped(S128KeyType id, Key128 key, u64 field1 = 0, u64 field2 = 0);
|
||||
void SetKeyWrapped(S256KeyType id, Key256 key, u64 field1 = 0, u64 field2 = 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue