General SipHash‐2‐4 implementation.
Synopsis
Declared in <crypto/siphash.h>
class CSipHasher;
Member Functions
Name |
Description |
|
Construct a SipHash calculator initialized with 128‐bit key (k0, k1). |
Compute the 64‐bit SipHash‐2‐4 of the data written so far. The object remains untouched. |
|
|
Created with MrDocs