Registry / utility / hash-digest

hash-digest

JSON →
library1.1.3rbrubygemsunverified

Make consistent hashcodes from flat Hashes, regardless of key ordering, useful for hashing rows in a table.

gem install hash_digest
INSTALL
IMPORT
SIG · HASH-DIGEST
H
hash-digest
utilityrubyv1.1.3
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.

HashDigest
require 'hash_digest'

Generate a consistent hashcode from a flat Hash.

require 'hash_digest' hash = { b: 2, a: 1 } HashDigest.digest(hash) # => consistent hash regardless of key order
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
hash-digest — gem install hash-digest · libregistry