Registry / crypto / digest-murmurhash

digest-murmurhash

JSON →
library1.1.1rbrubygemsunverified

Digest::MurmurHash provides Ruby implementations of the MurmurHash family of non-cryptographic hash functions designed by Austin Appleby.

gem install digest-murmurhash
INSTALL
IMPORT
SIG · DIGEST-MURMURHASH
D
digest-murmurhash
cryptorubyv1.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Digest::MurmurHash
require 'digest/murmurhash'

Compute a MurmurHash digest of a string.

require 'digest/murmurhash' hash = Digest::MurmurHash.hexdigest('hello') puts hash # => e.g. "5e8eff61"
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Resources
digest-murmurhash — gem install digest-murmurhash · libregistry