mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-23 07:57:51 -05:00
3fec377e96
--------- Co-authored-by: mat <26722564+matcool@users.noreply.github.com>
12 lines
334 B
C++
12 lines
334 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
#include <ghc/fs_fwd.hpp>
|
|
|
|
std::string calculateSHA3_256(ghc::filesystem::path const& path);
|
|
|
|
std::string calculateSHA256(ghc::filesystem::path const& path);
|
|
|
|
std::string calculateSHA256Text(ghc::filesystem::path const& path);
|
|
|
|
std::string calculateHash(ghc::filesystem::path const& path);
|