mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 13:25:45 +00:00
crypto: Remove hex utilities from key_manager
Move to hex_util.h in common
This commit is contained in:
parent
54ef430e85
commit
f2c489b940
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