#include <hash.hpp>
Public Member Functions | |
std::array< T, sz > | raw_digest () const |
Public Member Functions inherited from utils::hash_base | |
virtual std::string | base64_digest () const =0 |
virtual std::string | hex_digest () const =0 |
virtual | ~hash_base () |
Static Public Attributes | |
static const unsigned int | DIGEST_SIZE = sz |
Protected Attributes | |
std::array< T, sz > | hash |
|
inline |
Definition at line 49 of file hash.hpp.
References utils::hash_digest< sz, T >::hash.
|
static |
|
protected |
Definition at line 46 of file hash.hpp.
Referenced by utils::bcrypt::hash_pw(), and utils::hash_digest< sz, T >::raw_digest().