mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 08:39:04 +00:00
build system updates and other fixes
add preset config import qt separate core and frontend
This commit is contained in:
@@ -31,7 +31,8 @@ struct KeyDesc {
|
||||
bool same_as_before;
|
||||
};
|
||||
|
||||
AESKey HexToKey(const std::string& hex) {
|
||||
// TODO: Use this to support manual input of keys
|
||||
[[maybe_unused]] AESKey HexToKey(const std::string& hex) {
|
||||
if (hex.size() < 32) {
|
||||
throw std::invalid_argument("hex string is too short");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user