start writing the reveive part

This commit is contained in:
2023-01-15 20:46:09 +01:00
parent 3e0100efdf
commit c712afb7b2
7 changed files with 134 additions and 3 deletions

View File

@@ -20,7 +20,8 @@ struct SHA1 final : public StateI {
mio::mmap_source&& file_map,
const FTInfoSHA1&& sha1_info,
const std::vector<uint8_t>&& sha1_info_data,
const std::vector<uint8_t>&& sha1_info_hash,
//const std::vector<uint8_t>&& sha1_info_hash,
const SHA1Digest&& sha1_info_hash,
std::vector<bool>&& have_chunk
);
~SHA1(void) override = default;