|
rippled
|
SHA-512 digest. More...
#include <digest.h>
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 auto const | endian = boost::endian::order::native |
Private Attributes | |
| char | ctx_ [216] |
| ripple::openssl_sha512_hasher::openssl_sha512_hasher | ( | ) |
Definition at line 58 of file digest.cpp.
|
noexcept |
Definition at line 68 of file digest.cpp.
|
explicitnoexcept |
Definition at line 74 of file digest.cpp.
|
staticconstexpr |