crypto: Remove hex utilities from key_manager

Move to hex_util.h in common
This commit is contained in:
Zach Hilman 2018-08-09 20:45:04 -04:00
parent b70a831608
commit a27ec24c0f
2 changed files with 2 additions and 36 deletions

View file

@ -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();