Class PZHash
java.lang.Object
zombie.util.hash.PZHash
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intfnv_32(byte[] bytes) static intfnv_32(byte[] bytes, int int2) static intstatic longfnv_64(byte[] bytes) static longfnv_64(byte[] bytes, int int1) static longstatic intmurmur_32(byte[] bytes, int int0) static intmurmur_32(byte[] bytes, int int3, int int2) static intstatic longmurmur_64(byte[] bytes, int int0) static longmurmur_64(byte[] bytes, int int0, int int1) static longstatic long
-
Constructor Details
-
PZHash
public PZHash()
-
-
Method Details
-
sha256_64
-
fnv_32
-
fnv_32
public static int fnv_32(byte[] bytes) -
fnv_32
public static int fnv_32(byte[] bytes, int int2) -
fnv_64
-
fnv_64
public static long fnv_64(byte[] bytes) -
fnv_64
public static long fnv_64(byte[] bytes, int int1) -
murmur_32
-
murmur_32
public static int murmur_32(byte[] bytes, int int0) -
murmur_32
public static int murmur_32(byte[] bytes, int int3, int int2) -
murmur_64
-
murmur_64
public static long murmur_64(byte[] bytes, int int0) -
murmur_64
public static long murmur_64(byte[] bytes, int int0, int int1)
-