|
xrpld
|

Public Types | |
| using | value_type = UInt |
Public Member Functions | |
| void * | data () noexcept |
| void const * | data () const noexcept |
Static Public Member Functions | |
| template<class Int> | |
| static UnsignedInteger | fronumber (Int v) |
Static Public Attributes | |
| static std::size_t const | kBits = Bits |
| static std::size_t const | kBytes = kBits / 8 |
Private Attributes | |
| std::array< UInt, kSize > | vec_ |
Static Private Attributes | |
| static std::size_t const | kSize = Bits / (8 * sizeof(UInt)) |
Friends | |
| template<class Hasher> | |
| void | hash_append (Hasher &h, UnsignedInteger const &a) noexcept |
| std::ostream & | operator<< (std::ostream &s, UnsignedInteger const &v) |
Definition at line 85 of file hardened_hash.cpp.
| using xrpl::UnsignedInteger< Bits, UInt >::value_type = UInt |
Definition at line 101 of file hardened_hash.cpp.
|
static |
Definition at line 108 of file hardened_hash.cpp.
|
noexcept |
Definition at line 118 of file hardened_hash.cpp.
|
nodiscardnoexcept |
Definition at line 124 of file hardened_hash.cpp.
|
friend |
Definition at line 131 of file hardened_hash.cpp.
|
friend |
Definition at line 137 of file hardened_hash.cpp.
|
staticprivate |
Definition at line 96 of file hardened_hash.cpp.
|
private |
Definition at line 98 of file hardened_hash.cpp.
|
static |
Definition at line 103 of file hardened_hash.cpp.
|
static |
Definition at line 104 of file hardened_hash.cpp.