General SipHash‐2‐4 implementation.

Synopsis

Declared in <crypto/siphash.h>

class CSipHasher;

Member Functions

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

Created with MrDocs