murmurhash-native module.
murmurhash-native
Example:
import { murmurHash128x64 } from "murmurhash-native" console.log(murmurHash128x64("hash me!", 42))
The expected encoding of the provided data as a string.
Indicates the form and encoding of the resulting hash and can be one of:
Generated using TypeDoc
murmurhash-native
module.Example:
import { murmurHash128x64 } from "murmurhash-native" console.log(murmurHash128x64("hash me!", 42))