Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 275 Bytes

xxhash.md

File metadata and controls

14 lines (9 loc) · 275 Bytes
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.