diff options
Diffstat (limited to 'src/core/crypto')
| -rw-r--r-- | src/core/crypto/key_manager.h | 2 |
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 | ||
| 18 | namespace Core::Crypto { | 18 | namespace Core::Crypto { |
| 19 | 19 | ||
| 20 | constexpr u64 TICKET_FILE_TITLEKEY_OFFSET = 0x180; | ||
| 21 | |||
| 20 | using Key128 = std::array<u8, 0x10>; | 22 | using Key128 = std::array<u8, 0x10>; |
| 21 | using Key256 = std::array<u8, 0x20>; | 23 | using Key256 = std::array<u8, 0x20>; |
| 22 | using SHA256Hash = std::array<u8, 0x20>; | 24 | using SHA256Hash = std::array<u8, 0x20>; |