mirror of
https://github.com/vxcontrol/lualibs-xxhash.git
synced 2026-07-01 09:20:39 -04:00
275 B
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.