Package org.apache.commons.codec.digest
Class XXHash32
java.lang.Object
org.apache.commons.codec.digest.XXHash32
- All Implemented Interfaces:
Checksum
Implements the xxHash32 hash algorithm.
Copied from Commons Compress 1.14 https://gitbox.apache.org/repos/asf?p=commons-compress.git;a=blob;f=src/main/java/org/apache/commons/compress/compressors/lz4/XXHash32.java;h=a406ffc197449be594d46f0d2712b2d4786a1e68;hb=HEAD
NotThreadSafe
- Since:
- 1.11
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
XXHash32
public XXHash32()Creates an XXHash32 instance with a seed of 0. -
XXHash32
Creates an XXHash32 instance.- Parameters:
seed
- the seed to use
-
-
Method Details