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.

Constants

xxh32 → const XXH32
An implementation of the XXH32 hash function.
xxh3_128 → const XXH3Bits128
An implementation of the XXH3 128 bits hash function.
xxh3_64 → const XXH3Bits64
An implementation of the XXH3 64 bits hash function.
xxh64 → const XXH64
An implementation of the XXH64 hash function.