Removed key writeout function

This commit is contained in:
niansa 2024-03-07 01:42:22 +01:00
parent 3e8dc06867
commit f0b13ee2f6
2 changed files with 0 additions and 95 deletions

View file

@ -314,10 +314,6 @@ private:
bool dev_mode;
void LoadFromFile(const std::filesystem::path& file_path, bool is_title_keys);
template <size_t Size>
void WriteKeyToFile(KeyCategory category, std::string_view keyname,
const std::array<u8, Size>& key);
void DeriveGeneralPurposeKeys(std::size_t crypto_revision);
void DeriveETicketRSAKey();