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