Skip to content
#

hashable

Here are 14 public repositories matching this topic...

A package to perform SHA hash functions over key-value objects that works both in Node.js and native JS. It also can be used with typescript projects. It provides a single method `digest()` that first creates an array of the object values ordered by the object keys (order in JS objects is not guaranteed); then, it JSON.stringify it; and finally …

  • Updated Apr 14, 2023
  • JavaScript

Add this topic to your repo

To associate your repository with the hashable topic, visit your repo's landing page and select "manage topics."

Learn more