forked from eden-emu/eden
aes_util: Make CalculateNintendoTweak() an internally linked function
This function doesn't directly depend on class state, so it can be hidden entirely from the interface in the cpp file.
This commit is contained in:
parent
1fb5027501
commit
f0a2d4da2b
2 changed files with 10 additions and 12 deletions
|
@ -56,7 +56,5 @@ public:
|
|||
|
||||
private:
|
||||
std::unique_ptr<CipherContext> ctx;
|
||||
|
||||
static std::vector<u8> CalculateNintendoTweak(size_t sector_id);
|
||||
};
|
||||
} // namespace Core::Crypto
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue