rough impl of checksum verification

This commit is contained in:
Chris Punches
2025-04-01 23:33:22 -04:00
parent d41c9a65e3
commit 7ebc3ebad3
2 changed files with 100 additions and 21 deletions

View File

@@ -65,4 +65,4 @@ extern "C" std::string generate_file_checksum(const std::filesystem::path& file_
* @param input_string The string to be hashed
* @return String containing the hexadecimal representation of the checksum, or empty string on error
*/
extern "C" std::string generate_string_checksum(const std::string& input_string);
extern "C" std::string generate_string_checksum(const std::string& input_string);