Removing WriteToFile method to prevent suyu from output keys

This commit is contained in:
Paulo Alfaiate 2024-03-07 02:42:23 +00:00 committed by Crimson Hawk
parent fe65f14e69
commit 8633ba8769
2 changed files with 44 additions and 8 deletions

View file

@ -1,4 +1,4 @@
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project
// SPDX-FileCopyrightText: Copyright 2018 yuzu Emulator Project & 2024 suyu Emulator Project
// SPDX-License-Identifier: GPL-2.0-or-later
#pragma once
@ -314,6 +314,8 @@ private:
bool dev_mode;
void LoadFromFile(const std::filesystem::path& file_path, bool is_title_keys);
template <size_t Size>
void DeriveGeneralPurposeKeys(std::size_t crypto_revision);
void DeriveETicketRSAKey();