|
xrpld
|
SHA-256 digest. More...
#include <digest.h>
Public Types | |
| using | result_type = std::array<std::uint8_t, 32> |
Public Member Functions | |
| OpensslSha256Hasher () | |
| 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_ [112] {} |
| using xrpl::OpensslSha256Hasher::result_type = std::array<std::uint8_t, 32> |
| xrpl::OpensslSha256Hasher::OpensslSha256Hasher | ( | ) |
Definition at line 60 of file digest.cpp.
|
noexcept |
Definition at line 68 of file digest.cpp.
|
explicitnoexcept |
Definition at line 74 of file digest.cpp.
|
staticconstexpr |