Project Alice
Loading...
Searching...
No Matches
network::SHA512 Class Reference

#include <SHA512.hpp>

Public Member Functions

std::string hash (const std::string input)
 
 SHA512 ()
 
 ~SHA512 ()
 

Detailed Description

Definition at line 39 of file SHA512.hpp.

Constructor & Destructor Documentation

◆ SHA512()

network::SHA512::SHA512 ( )

SHA512 class constructor

Definition at line 96 of file SHA512.hpp.

◆ ~SHA512()

network::SHA512::~SHA512 ( )

SHA512 class destructor

Definition at line 101 of file SHA512.hpp.

Member Function Documentation

◆ hash()

std::string network::SHA512::hash ( const std::string  input)

Returns a message digest using the SHA512 algorithm

Parameters
inputmessage string used as an input to the SHA512 algorithm, must be < size_t bits

Definition at line 107 of file SHA512.hpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: