Create string representation of some value in hexadecimal view with big_endian order of digits.
Create string representation of some value in hexadecimal view with little_endian order of digits.
The class provides functionality to initialize the internal state of the SipHash hash function and generate a hash for byte arrays.
Endianess (i.e byte-order)
Hashes a byte stream with the specified cryptographic key.
Hashes a byte stream with the specified cryptographic key.
Hashes a string with the specified cryptographic key.
Create string representation of some value in hexadecimal view with specified byte order.
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