Your Name fb34f2b8d8 .
2025-05-17 08:30:57 +12:00

5 lines
128 B
C++

#pragma once
#include <string>
std::string hash_file(const std::string& path);
std::string hash_data(const std::string& data);