Hashing
xxhash
blake2
sha2
md5
hmac
|
xxhash
Fast non-crypto hash
local xxhash = require'xxhash'
A ffi binding of the extremely fast non-cryptographic hash algorithm xxHash.
API
xxhash.hash32(data[, len[, seed]]) -> hash |
compute a 32bit hash |
xxhash.hash64(data[, len[, seed]]) -> hash |
compute a 64bit hash |
Last updated:
5 years ago
|
Edit on GitHub
|
|