|
rippled
|
SHA-256 digest. More...
#include <digest.h>
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 auto const | endian = boost::endian::order::native |
Private Attributes | |
| char | ctx_ [112] |
| ripple::openssl_sha256_hasher::openssl_sha256_hasher | ( | ) |
Definition at line 84 of file digest.cpp.
|
noexcept |
Definition at line 94 of file digest.cpp.
|
explicitnoexcept |
Definition at line 100 of file digest.cpp.
|
staticconstexpr |