rippled
|
Message digest functions used in the codebase. More...
Public Types | |
using | result_type = std::array< std::uint8_t, 20 > |
Public Member Functions | |
openssl_ripemd160_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_ [96] |
Message digest functions used in the codebase.
Hasher
in the hash_append
interface, discussed in proposal:N3980 "Types Don't Know #" http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3980.html RIPEMD-160 digest
ripple::openssl_ripemd160_hasher::openssl_ripemd160_hasher | ( | ) |
Definition at line 27 of file digest.cpp.
|
noexcept |
Definition at line 38 of file digest.cpp.
|
explicitnoexcept |
Definition at line 46 of file digest.cpp.
|
staticconstexpr |