|
rippled
|

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 unsigned_integer | from_number (Int v) |
Static Public Attributes | |
| static std::size_t const | bits = Bits |
| static std::size_t const | bytes = bits / 8 |
Private Attributes | |
| std::array< UInt, size > | m_vec |
Static Private Attributes | |
| static std::size_t const | size = Bits / (8 * sizeof(UInt)) |
Friends | |
| template<class Hasher > | |
| void | hash_append (Hasher &h, unsigned_integer const &a) noexcept |
| std::ostream & | operator<< (std::ostream &s, unsigned_integer const &v) |
Definition at line 79 of file hardened_hash_test.cpp.
| using ripple::unsigned_integer< Bits, UInt >::value_type = UInt |
Definition at line 99 of file hardened_hash_test.cpp.
|
static |
Definition at line 106 of file hardened_hash_test.cpp.
|
noexcept |
Definition at line 116 of file hardened_hash_test.cpp.
|
noexcept |
Definition at line 122 of file hardened_hash_test.cpp.
|
friend |
Definition at line 129 of file hardened_hash_test.cpp.
|
friend |
Definition at line 135 of file hardened_hash_test.cpp.
|
staticprivate |
Definition at line 94 of file hardened_hash_test.cpp.
|
private |
Definition at line 96 of file hardened_hash_test.cpp.
|
static |
Definition at line 101 of file hardened_hash_test.cpp.
|
static |
Definition at line 102 of file hardened_hash_test.cpp.