Allow hash of current directory

This commit is contained in:
Your Name
2025-05-01 19:41:29 +12:00
parent 189a7c3ef1
commit 198ddd7782
3 changed files with 30 additions and 3 deletions

View File

@ -10,6 +10,8 @@ namespace dropshell {
uint64_t hash_directory_recursive(const std::string &path);
uint64_t hash_path(const std::string &path);
void hash_demo(const std::string & path);
int hash_demo_raw(const std::string & path);