41 Hasher(
const std::shared_ptr<AuxFunc> &af);
94 std::shared_ptr<AuxFunc> af;
std::function< void()> stop_all_signal
Stop signal for heir classes.
Definition Hasher.h:91
std::string buf_hashing(const std::string &buf)
Creates hash sum for given buffer.
Hasher(const std::shared_ptr< AuxFunc > &af)
Hasher constructor.
std::string file_hashing(const std::filesystem::path &filepath)
Creates hash sum for given file.
void cancelAll()
Stops all operations.
bool cancel
Stops all operations if true.
Definition Hasher.h:83