From 64c8212ae1168e86693d05875f4284330e52f26d Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 4 Aug 2018 16:52:19 -0400 Subject: 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. --- src/core/crypto/aes_util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/core/crypto/aes_util.h') 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 ctx; - - static std::vector CalculateNintendoTweak(size_t sector_id); }; } // namespace Core::Crypto -- cgit v1.2.3