rippled
|
SHA-512 digest. More...
Public Types | |
using | result_type = std::array< std::uint8_t, 64 > |
Public Member Functions | |
openssl_sha512_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_ [216] |
ripple::openssl_sha512_hasher::openssl_sha512_hasher | ( | ) |
Definition at line 56 of file digest.cpp.
|
noexcept |
Definition at line 66 of file digest.cpp.
|
explicitnoexcept |
Definition at line 72 of file digest.cpp.
|
staticconstexpr |