aboutsummaryrefslogtreecommitdiff
path: root/src/core/crypto/aes_util.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-04 16:52:19 -0400
committerLioncash <mathew1800@gmail.com>2018-08-04 17:30:48 -0400
commit64c8212ae1168e86693d05875f4284330e52f26d (patch)
treeb7e949b631c624aa023c7075e19d47746a1d43a2 /src/core/crypto/aes_util.h
parentb25468b4980d2e57c5e94808130196542e568282 (diff)
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.
Diffstat (limited to 'src/core/crypto/aes_util.h')
-rw-r--r--src/core/crypto/aes_util.h2
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