![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
Shared SipHash internal state v[0..3], initialized from (k0, k1). More...
#include <siphash.h>
Public Member Functions | |
| SipHashState (uint64_t k0, uint64_t k1) noexcept | |
Public Attributes | |
| std::array< uint64_t, 4 > | v {} |
Static Private Attributes | |
| static constexpr uint64_t | C0 {0x736f6d6570736575ULL} |
| static constexpr uint64_t | C1 {0x646f72616e646f6dULL} |
| static constexpr uint64_t | C2 {0x6c7967656e657261ULL} |
| static constexpr uint64_t | C3 {0x7465646279746573ULL} |
Shared SipHash internal state v[0..3], initialized from (k0, k1).