diff --git a/repertory/librepertory/include/rpc/common.hpp b/repertory/librepertory/include/rpc/common.hpp index 826def26..85e40a5a 100644 --- a/repertory/librepertory/include/rpc/common.hpp +++ b/repertory/librepertory/include/rpc/common.hpp @@ -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,