xxhash library
A library for the xxHash
algorithm.
Classes
- Digest
- A message digest as computed by any XXHash.
-
XXH3<
Hash, Canonical extends NativeType> - Base class for XXH3 family.
- XXH32
- Implementation of XXH32 family.
- XXH3Bits128
- Implementation of XXH3 128-bits family.
- XXH3Bits64
- Implementation of XXH3 64-bits family.
- XXH64
- Implementation of XXH64 family.
-
XXHash<
Hash, Canonical extends NativeType> - Base class for all XXHash.
-
XXHSink<
State extends Opaque, Hash> - A base class for Sink implementations for hash algorithms.