rippled
|
SHA-256 digest. More...
Public Types | |
using | result_type = std::array< std::uint8_t, 32 > |
Public Member Functions | |
openssl_sha256_hasher () | |
void | operator() (void const *data, std::size_t size) noexcept |
operator result_type () noexcept | |
Static Public Attributes | |
static constexpr const auto | endian = boost::endian::order::native |
Private Attributes | |
char | ctx_ [112] |
ripple::openssl_sha256_hasher::openssl_sha256_hasher | ( | ) |
Definition at line 82 of file digest.cpp.
|
noexcept |
Definition at line 92 of file digest.cpp.
|
explicitnoexcept |
Definition at line 98 of file digest.cpp.
|
staticconstexpr |