summaryrefslogtreecommitdiff
path: root/src/core/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/crypto')
-rw-r--r--src/core/crypto/key_manager.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h
index bf51bf31f..ce67913bb 100644
--- a/src/core/crypto/key_manager.h
+++ b/src/core/crypto/key_manager.h
@@ -17,6 +17,8 @@ enum class ResultStatus : u16;
17 17
18namespace Core::Crypto { 18namespace Core::Crypto {
19 19
20constexpr u64 TICKET_FILE_TITLEKEY_OFFSET = 0x180;
21
20using Key128 = std::array<u8, 0x10>; 22using Key128 = std::array<u8, 0x10>;
21using Key256 = std::array<u8, 0x20>; 23using Key256 = std::array<u8, 0x20>;
22using SHA256Hash = std::array<u8, 0x20>; 24using SHA256Hash = std::array<u8, 0x20>;