fix
Some checks failed
BlockStorage/repertory_mac/pipeline/head There was a failure building this commit
BlockStorage/repertory/pipeline/head There was a failure building this commit

This commit is contained in:
2025-08-08 09:15:40 -05:00
parent efbdd08187
commit c38e1ce43b

View File

@@ -32,7 +32,7 @@ namespace repertory::rpc {
[[nodiscard]] auto create_password_hash(std::string_view password) [[nodiscard]] auto create_password_hash(std::string_view password)
-> std::string { -> std::string {
return utils::collection::to_hex_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, [[nodiscard]] auto check_authorization(const auto &cfg,