|
xrpld
|
SHA-512 digest. More...
#include <digest.h>
Public Types | |
| using | result_type = std::array<std::uint8_t, 64> |
Public Member Functions | |
| OpensslSha512Hasher () | |
| 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_ [216] {} |
| using xrpl::OpensslSha512Hasher::result_type = std::array<std::uint8_t, 64> |
| xrpl::OpensslSha512Hasher::OpensslSha512Hasher | ( | ) |
Definition at line 35 of file digest.cpp.
|
noexcept |
Definition at line 43 of file digest.cpp.
|
explicitnoexcept |
Definition at line 49 of file digest.cpp.
|
staticconstexpr |