aboutsummaryrefslogtreecommitdiff
path: root/src/core/crypto/key_manager.h
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2018-08-09 20:45:04 -0400
committerZach Hilman <zachhilman@gmail.com>2018-08-11 22:50:08 -0400
commita27ec24c0f83d346218e0301f80398209d30ffcb (patch)
treef34b27d354247472771d80681255aefc6ac63e17 /src/core/crypto/key_manager.h
parentb70a831608caf78831e23575aa2fca19bf0d3491 (diff)
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>> {
namespace Core::Crypto {
-std::array<u8, 0x10> operator"" _array16(const char* str, size_t len);
-std::array<u8, 0x20> operator"" _array32(const char* str, size_t len);
-
class KeyManager {
public:
KeyManager();