diff options
Diffstat (limited to 'src/utils/sha1.hpp')
-rw-r--r-- | src/utils/sha1.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/utils/sha1.hpp b/src/utils/sha1.hpp new file mode 100644 index 0000000..6c551ac --- /dev/null +++ b/src/utils/sha1.hpp @@ -0,0 +1,5 @@ +#pragma once + +#include <string> + +std::string sha1(const std::string& input); |