class RemiLib::Digest::XXHash128
- RemiLib::Digest::XXHash128
- RemiLib::Digest::XXHashInternal
- Reference
- Object
Overview
An implementation of xxHash that produces 128-bit hashes using the XXH3 algorithm.
Defined in:
remilib/digest/xxhash.crremilib/digest/xxhash/xxhash128-internal.cr
Class Method Summary
-
.calculate(buf : Bytes | Array(UInt8), seed : UInt64 = 0) : UInt128
Calculates the hash for buf and returns it.