public class SpookyHashV2
extends Object
Reference implementation: http://burtleburtle.net/bob/hash/spooky.html
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
hash64
public static long hash64(Slice data,
int offset,
int length,
long seed)
-
hash32
public static int hash32(Slice data,
int offset,
int length,
long seed)