diff options
| author | 2018-08-09 20:45:04 -0400 | |
|---|---|---|
| committer | 2018-08-11 22:50:08 -0400 | |
| commit | a27ec24c0f83d346218e0301f80398209d30ffcb (patch) | |
| tree | f34b27d354247472771d80681255aefc6ac63e17 /src/core/crypto/key_manager.h | |
| parent | file_util: Add getter for NAND registration directory (diff) | |
| download | yuzu-a27ec24c0f83d346218e0301f80398209d30ffcb.tar.gz yuzu-a27ec24c0f83d346218e0301f80398209d30ffcb.tar.xz yuzu-a27ec24c0f83d346218e0301f80398209d30ffcb.zip | |
crypto: Remove hex utilities from key_manager
Move to hex_util.h in common
Diffstat (limited to 'src/core/crypto/key_manager.h')
| -rw-r--r-- | src/core/crypto/key_manager.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h index c4c53cefc..0c62d4421 100644 --- a/src/core/crypto/key_manager.h +++ b/src/core/crypto/key_manager.h | |||
| @@ -87,9 +87,6 @@ struct hash<Core::Crypto::KeyIndex<KeyType>> { | |||
| 87 | 87 | ||
| 88 | namespace Core::Crypto { | 88 | namespace Core::Crypto { |
| 89 | 89 | ||
| 90 | std::array<u8, 0x10> operator"" _array16(const char* str, size_t len); | ||
| 91 | std::array<u8, 0x20> operator"" _array32(const char* str, size_t len); | ||
| 92 | |||
| 93 | class KeyManager { | 90 | class KeyManager { |
| 94 | public: | 91 | public: |
| 95 | KeyManager(); | 92 | KeyManager(); |