mirror of
https://github.com/monero-project/monero.git
synced 2025-12-23 07:29:11 -08:00
util: add a SHA256 function
This commit is contained in:
@@ -184,4 +184,6 @@ namespace tools
|
||||
|
||||
bool is_local_address(const std::string &address);
|
||||
int vercmp(const char *v0, const char *v1); // returns < 0, 0, > 0, similar to strcmp, but more human friendly than lexical - does not attempt to validate
|
||||
|
||||
bool sha256sum(const std::string &filename, crypto::hash &hash);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user