#include <siphash.h>
◆ CSipHasher()
Construct a SipHash calculator initialized with 128-bit key (k0, k1)
◆ Finalize()
Compute the 64-bit SipHash-2-4 of the data written so far. The object remains untouched.
◆ Write() [1/2]
Hash a 64-bit integer worth of data It is treated as if this was the little-endian interpretation of 8 bytes. This function can only be used when a multiple of 8 bytes have been written so far.
◆ Write() [2/2]
CSipHasher & CSipHasher::Write |
( |
const unsigned char * |
data, |
|
|
size_t |
size |
|
) |
| |
◆ count
◆ tmp
The documentation for this class was generated from the following files: