Mana
Loading...
Searching...
No Matches
Functions
sha256.h File Reference
#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.
 

Function Documentation

◆ sha256()

std::string sha256 ( const std::string &  string)

Returns the SHA-256 hash for the given string.

Parameters
stringthe string to create the SHA-256 hash for
Returns
the SHA-256 hash for the given string.

Definition at line 276 of file sha256.cpp.