The class provides functionality to initialize the internal state of the SipHash hash function and generate a hash for byte arrays.
Hashes a byte stream with the specified cryptographic key
Hashes a string with the specified cryptographic key
LightHouse Software, 2021
This class provides an implementation of the SipHash cryptographic function. Implementation is based on the following code (by Károly Lőrentey): https://github.com/attaswift/SipHash/blob/master/SipHash/SipHasher.swift