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

@@ -11,7 +11,8 @@ SHA1::SHA1(
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
) :
StateI(tcl),