fix
This commit is contained in:
@@ -32,7 +32,7 @@ namespace repertory::rpc {
|
||||
[[nodiscard]] auto create_password_hash(std::string_view password)
|
||||
-> std::string {
|
||||
return utils::collection::to_hex_string(
|
||||
utils::hash::create_hash_blake2b_384(password));
|
||||
utils::encryption::create_hash_blake2b_384(password));
|
||||
}
|
||||
|
||||
[[nodiscard]] auto check_authorization(const auto &cfg,
|
||||
|
Reference in New Issue
Block a user