Project Alice
|
#include <SHA512.hpp>
Public Member Functions | |
std::string | hash (const std::string input) |
SHA512 () | |
~SHA512 () | |
Definition at line 39 of file SHA512.hpp.
network::SHA512::SHA512 | ( | ) |
SHA512 class constructor
Definition at line 96 of file SHA512.hpp.
network::SHA512::~SHA512 | ( | ) |
SHA512 class destructor
Definition at line 101 of file SHA512.hpp.
std::string network::SHA512::hash | ( | const std::string | input | ) |
Returns a message digest using the SHA512 algorithm
input | message string used as an input to the SHA512 algorithm, must be < size_t bits |
Definition at line 107 of file SHA512.hpp.