diff options
author | Lioncash <mathew1800@gmail.com> | 2018-08-04 22:52:19 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-08-04 23:30:48 +0200 |
commit | 64c8212ae1168e86693d05875f4284330e52f26d (patch) | |
tree | b7e949b631c624aa023c7075e19d47746a1d43a2 /src/core/crypto/aes_util.h | |
parent | aes_util: Make Transcode() a const member function (diff) | |
download | yuzu-64c8212ae1168e86693d05875f4284330e52f26d.tar yuzu-64c8212ae1168e86693d05875f4284330e52f26d.tar.gz yuzu-64c8212ae1168e86693d05875f4284330e52f26d.tar.bz2 yuzu-64c8212ae1168e86693d05875f4284330e52f26d.tar.lz yuzu-64c8212ae1168e86693d05875f4284330e52f26d.tar.xz yuzu-64c8212ae1168e86693d05875f4284330e52f26d.tar.zst yuzu-64c8212ae1168e86693d05875f4284330e52f26d.zip |
Diffstat (limited to 'src/core/crypto/aes_util.h')
-rw-r--r-- | src/core/crypto/aes_util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/crypto/aes_util.h b/src/core/crypto/aes_util.h index bda41b144..ce4947a04 100644 --- a/src/core/crypto/aes_util.h +++ b/src/core/crypto/aes_util.h @@ -56,7 +56,5 @@ public: private: std::unique_ptr<CipherContext> ctx; - - static std::vector<u8> CalculateNintendoTweak(size_t sector_id); }; } // namespace Core::Crypto |