#include <string>
Go to the source code of this file.
Functions | |
| std::string | sha256 (const std::string &string) |
| Returns the SHA-256 hash for the given string. | |
| std::string sha256 | ( | const std::string & | string | ) |
Returns the SHA-256 hash for the given string.
| string | the string to create the SHA-256 hash for |
Definition at line 273 of file sha256.cpp.
1.5.5