Method Crypto.siphash24()
- Method siphash24
intsiphash24(stringdata,void|intkey)- Description
Hashes a string, with an optional key, to a 64 bit integer using the siphash-2-4 algorithm. Currently the 64 bit
keyparameter is used both for the high and low part of the 128 bit key.