rough impl of checksum verification
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user