fixes
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-08-05 19:51:50 -05:00
parent cbb99c7b47
commit 9d3e4b8767

View File

@ -38,7 +38,7 @@ using reader_func = std::function<api_error(data_buffer &cypher_text,
[[nodiscard]] auto
read_encrypted_range(const http_range &range,
const utils::encryption::hash_256_t &key &key,
const utils::encryption::hash_256_t &key,
reader_func reader, std::uint64_t total_size,
data_buffer &data) -> api_error;
} // namespace repertory::utils::encryption