crypto: Remove hex utilities from key_manager
Move to hex_util.h in common
This commit is contained in:
parent
b70a831608
commit
a27ec24c0f
2 changed files with 2 additions and 36 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue