General SipHash-2-4 implementation.
Declared in <crypto/siphash.h>
class CSipHasher;
| Name | Description |
|---|---|
CSipHasher [constructor] | 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 | Write overloads |