Shared SipHash internal state v[0..3], initialized from (k0, k1).
More...
#include <siphash.h>
|
| std::array< uint64_t, 4 > | v {} |
| |
|
| 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).
Definition at line 15 of file siphash.h.
◆ SipHashState()
| SipHashState::SipHashState |
( |
uint64_t |
k0, |
|
|
uint64_t |
k1 |
|
) |
| |
|
inlineexplicitnoexcept |
◆ C0
| constexpr uint64_t SipHashState::C0 {0x736f6d6570736575ULL} |
|
staticconstexprprivate |
◆ C1
| constexpr uint64_t SipHashState::C1 {0x646f72616e646f6dULL} |
|
staticprivate |
◆ C2
| constexpr uint64_t SipHashState::C2 {0x6c7967656e657261ULL} |
|
staticprivate |
◆ C3
| constexpr uint64_t SipHashState::C3 {0x7465646279746573ULL} |
|
staticprivate |
| std::array<uint64_t, 4> SipHashState::v {} |
The documentation for this class was generated from the following file: