Legivel


SpookyHash

Namespace: Legivel.Utilities

Functions and values

Function or valueDescription
Hash128 message hash1 hash2
Signature: message:byte array -> hash1:UInt64 -> hash2:UInt64 -> uint64 * uint64

Hash byte array into a 128 bit hash

Hash32 message seed
Signature: message:byte array -> seed:UInt32 -> uint32

Hash byte array into a 32 bit hash

Hash64 message seed
Signature: message:byte array -> seed:UInt64 -> uint64

Hash byte array into a 64 bit hash

Fork me on GitHub