Files
Cosmin Apreutesei b1c250e1db unimportant
2021-11-14 03:26:44 +02:00

275 B

tagline
tagline
fast non-crypto hash

local xxhash = require'xxhash'

A ffi binding of the extremely fast non-cryptographic hash algorithm xxHash.

API

xxhash.hash32|64|128(data[, len[, seed]]) -> hash

Compute a 32|64|128 bit hash.