winss
Static Public Member Functions | List of all members
winss::SHA256 Class Reference

SHA256 hash function helper. More...

#include <sha256.hpp>

Static Public Member Functions

static std::string CalculateDigest (const std::string &value)
 Calculate the SHA256 value of the given string. More...
 

Detailed Description

SHA256 hash function helper.

Member Function Documentation

std::string winss::SHA256::CalculateDigest ( const std::string &  value)
static

Calculate the SHA256 value of the given string.

Parameters
valueThe string to take the SHA256 hash of.
Returns
The hash as a string.

References WINDOWS.

Referenced by winss::PathMutex::PathMutex(), and winss::PipeName::PipeName().


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