|
xrpld
|
Message digest functions used in the codebase. More...
#include <digest.h>
Public Types | |
| using | result_type = std::array<std::uint8_t, 20> |
Public Member Functions | |
| OpensslRipemd160Hasher () | |
| void | operator() (void const *data, std::size_t size) noexcept |
| operator result_type () noexcept | |
Static Public Attributes | |
| static constexpr auto | kEndian = boost::endian::order::native |
Private Attributes | |
| char | ctx_ [96] {} |
Message digest functions used in the codebase.
N3980 "Types Don't Know #" http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n3980.html RIPEMD-160 digest
| xrpl::OpensslRipemd160Hasher::OpensslRipemd160Hasher | ( | ) |
Definition at line 10 of file digest.cpp.
|
noexcept |
Definition at line 18 of file digest.cpp.
|
explicitnoexcept |
Definition at line 24 of file digest.cpp.
|
staticconstexpr |