summaryrefslogtreecommitdiff
path: root/src/core/crypto/key_manager.h
diff options
context:
space:
mode:
authorGravatar Zach Hilman2018-08-09 20:45:04 -0400
committerGravatar Zach Hilman2018-08-11 22:50:08 -0400
commita27ec24c0f83d346218e0301f80398209d30ffcb (patch)
treef34b27d354247472771d80681255aefc6ac63e17 /src/core/crypto/key_manager.h
parentfile_util: Add getter for NAND registration directory (diff)
downloadyuzu-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.h3
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
88namespace Core::Crypto { 88namespace Core::Crypto {
89 89
90std::array<u8, 0x10> operator"" _array16(const char* str, size_t len);
91std::array<u8, 0x20> operator"" _array32(const char* str, size_t len);
92
93class KeyManager { 90class KeyManager {
94public: 91public:
95 KeyManager(); 92 KeyManager();