CCEngineServer/CMakeProject1/HashUtils.h
2021-08-29 23:21:55 +02:00

8 lines
175 B
C++

#pragma once
#include <boost/filesystem.hpp>
#include <string>
std::string calcSHA256(const boost::filesystem::path& file);
uint64_t fletcher64(uint32_t * data, int count);