mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-17 19:08:00 -05:00
crypto: Remove hex utilities from key_manager
Move to hex_util.h in common
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user