JSPM

Found 3987 results for hash map

es6-map

ECMAScript6 Map polyfill

  • v0.1.5
  • 482.70
  • Published

irregular-plurals

Map of nouns to their irregular plural form

  • v4.0.0
  • 318.10
  • Published

typescript-map

ES6 Map Implemented in TypeScript

  • v0.1.0
  • 297.51
  • Published

es6-weak-map

ECMAScript6 WeakMap polyfill

  • v2.0.3
  • 217.41
  • Published

indexable-array

Extended native JavaScript Array which provides indexed lookup similar to native Map.

  • v0.7.4
  • 189.86
  • Published

@thi.ng/associative

ES Map/Set-compatible implementations with customizable equality semantics & supporting operations

  • v7.1.10
  • 164.55
  • Published

@js-sdsl/ordered-map

javascript standard data structure library which benchmark against C++ STL

  • v4.4.2
  • 159.11
  • Published

map-files

Return an object for a glob of files. Pass a `rename` function for the keys, or a `parse` function for the content, allowing it to be used for readable or require-able files.

  • v0.8.2
  • 145.82
  • Published

bimap

A powerful, flexible and efficient bidirectional map implementation

  • v0.0.15
  • 138.86
  • Published

quick-lru

Simple “Least Recently Used” (LRU) cache

  • v7.1.0
  • 133.60
  • Published

@alloc/quick-lru

Simple “Least Recently Used” (LRU) cache

  • v5.2.0
  • 119.67
  • Published

weak-identity-map

The WeakIdentityMap object holds key-value pairs of weakly referenced objects and remembers the original insertion order of the keys

  • v1.2.3
  • 105.22
  • Published

ol-hashed

Maintain your map view's state in the URL hash

    • v2.1.0
    • 91.56
    • Published

    trie-search

    A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.

    • v2.2.0
    • 91.20
    • Published

    hashish

    Hash data structure manipulation functions

    • v0.0.4
    • 78.72
    • Published

    stringmap

    fast and robust stringmap

    • v0.2.2
    • 77.73
    • Published

    piratemap

    ES6 Map, but the keys are compared by value instead of reference.

    • v5.0.0
    • 75.35
    • Published

    js-sdsl

    javascript standard data structure library which benchmark against C++ STL

    • v4.4.2
    • 75.26
    • Published

    hashtable

    Native HashTable and ES6 compatible Map for Node.js

    • v2.0.2
    • 74.16
    • Published

    regexp-map

    Curried function which takes a map of `RegExp` string keys which when successfully matched given string, resolves to mapped value.

    • v0.3.1
    • 73.73
    • Published

    fast-json-stable-stringify

    deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify

    • v2.1.0
    • 72.69
    • Published

    imurmurhash

    An incremental implementation of MurmurHash3

    • v0.1.4
    • 72.63
    • Published

    json-stable-stringify-without-jsonify

    deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies

    • v1.0.1
    • 71.82
    • Published

    hash-it

    Hash any object based on its value

    • v6.0.0
    • 70.74
    • Published

    object-hash

    Generate hashes from javascript objects in node and the browser.

    • v3.0.0
    • 69.89
    • Published

    tweetnacl

    Port of TweetNaCl cryptographic library to JavaScript

    • v1.0.3
    • 69.17
    • Published

    hash-base

    abstract base class for hash-streams

    • v3.1.0
    • 67.66
    • Published

    @noble/hashes

    Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt

    • v2.0.0
    • 67.02
    • Published

    hash.js

    Various hash functions that could be run by both browser and node

    • v1.1.7
    • 66.47
    • Published

    pbkdf2

    This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()

    • v3.1.3
    • 65.75
    • Published

    hamt_plus

    Fork of HAMT that adds transient mutation and support for custom key types

    • v1.0.2
    • 65.65
    • Published

    cache-base

    Basic object cache with `get`, `set`, `del`, and `has` methods for node.js/javascript projects.

    • v4.0.2
    • 65.34
    • Published

    json-stable-stringify

    deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results

    • v1.3.0
    • 65.05
    • Published

    cluster-key-slot

    Generates CRC hashes for strings - for use by node redis clients to determine key slots.

    • v1.1.2
    • 64.99
    • Published

    hasha

    Hashing made simple. Get the hash of a buffer/string/stream/file.

    • v6.0.0
    • 64.71
    • Published

    github-slugger

    Generate a slug just like GitHub does for markdown headings.

    • v2.0.0
    • 62.82
    • Published

    shorthash

    Node.js module to get a short unique hash of a string

    • v0.0.2
    • 62.13
    • Published

    merkle-lib

    A performance conscious library for merkle root and tree calculations.

    • v2.0.10
    • 61.60
    • Published

    js-md4

    A simple MD4 hash function for JavaScript supports UTF-8 encoding.

    • v0.3.2
    • 61.26
    • Published

    js-sha3

    A simple SHA-3 / Keccak / Shake hash function for JavaScript supports UTF-8 encoding.

    • v0.9.3
    • 60.71
    • Published

    @expo/fingerprint

    A library to generate a fingerprint from a React Native project

    • v0.13.4
    • 59.89
    • Published

    lru.min

    🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers) — 6.8KB.

    • v1.1.2
    • 59.81
    • Published

    es6-set

    ECMAScript6 Set polyfill

    • v0.1.6
    • 59.67
    • Published

    jssha

    jsSHA implements the complete Secure Hash Standard (SHA) family (SHA-1, SHA-224/256/384/512, SHA3-224/256/384/512, SHAKE128/256, cSHAKE128/256, and KMAC128/256) with HMAC

    • v3.3.1
    • 59.39
    • Published

    js-sha256

    A simple SHA-256 / SHA-224 hash function for JavaScript supports UTF-8 encoding.

    • v0.11.1
    • 59.38
    • Published

    murmurhash-js

    Native JS murmur hash implementation

    • v1.0.0
    • 59.10
    • Published

    farmhash-modern

    FarmHash functions compiled using Rust and WebAssembly to make them easy to use in node.js and the browser

    • v1.1.0
    • 58.57
    • Published

    blake3-wasm

    BLAKE3 hashing for JavaScript: WebAssembly bindings only

    • v3.0.0
    • 58.07
    • Published

    node-object-hash

    Node.js object hash library with properties/arrays sorting to provide constant hashes

    • v3.1.1
    • 57.68
    • Published

    xxhash-wasm

    A WebAssembly implementation of xxHash

    • v1.1.0
    • 57.39
    • Published

    sumchecker

    Checksum validator

    • v3.0.1
    • 57.36
    • Published

    md5-hex

    Create a MD5 hash with hex encoding

    • v5.0.0
    • 56.39
    • Published

    js-sha512

    This is a simple SHA-512, SHA-384, SHA-512/224, SHA-512/256 hash functions for JavaScript supports UTF-8 encoding.

    • v0.9.0
    • 56.37
    • Published

    shasum-object

    get the shasum of a buffer or object

    • v1.0.0
    • 56.29
    • Published

    fast-sha256

    SHA-256, HMAC and PBKDF2 implementation with typed arrays for modern browsers and Node.js

    • v1.3.0
    • 55.79
    • Published

    superstatic

    A static file server for fancy apps

    • v9.2.0
    • 55.22
    • Published

    multihashes

    multihash implementation

    • v4.0.3
    • 55.17
    • Published

    js-md5

    A simple MD5 hash function for JavaScript supports UTF-8 encoding.

    • v0.8.3
    • 54.22
    • Published

    blurhash

    Encoder and decoder for the Wolt BlurHash algorithm.

    • v2.0.5
    • 54.11
    • Published

    hash-wasm

    Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, BLAKE3, PBKDF2, Argon2, bcrypt, scrypt, Adler-32, CRC32, CRC32C, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool)

    • v4.12.0
    • 53.65
    • Published

    rusha

    A high-performance pure-javascript SHA1 implementation suitable for large binary data.

    • v0.8.14
    • 53.16
    • Published

    md5-o-matic

    Fast and simple MD5 hashing utility with zero module dependencies. View MD5 Shootout results, http://jsperf.com/md5-shootout/39

    • v0.1.1
    • 53.05
    • Published

    murmurhash3js

    A javascript implementation of MurmurHash3's x86 hashing algorithms.(Browser&Server)

    • v3.0.1
    • 52.77
    • Published

    package-changed

    Tells you whether or not dependencies in package.json have been changed.

    • v3.0.0
    • 52.67
    • Published

    crypto-hash

    Tiny hashing module that uses the native crypto API in Node.js and the browser

    • v3.1.0
    • 52.59
    • Published

    md5hex

    Thin wrapper around the crypto module that creates an MD5 hex digest of a given string or buffer

    • v1.0.0
    • 52.15
    • Published

    fnv-plus

    Javascript FNV-1a Hashing Algorithm up to 1024 bits, with highly optimized 32bit and 52bit implementations.

    • v1.3.1
    • 52.08
    • Published

    content-hash

    simple tool to encode/decode content hash for EIP 1577 compliant ENS Resolvers

    • v2.5.2
    • 51.97
    • Published

    url-set-query

    small function to append a query string to a URL

    • v1.0.0
    • 51.79
    • Published

    hashring

    A consistent hashring compatible with ketama hashing and python's hash_ring

    • v3.2.0
    • 51.75
    • Published

    hashids

    Generate YouTube-like ids from numbers. Use Hashids when you do not want to expose your database ids to the user.

    • v2.3.0
    • 51.74
    • Published

    @node-rs/xxhash

    Fastest xxhash implementation in Node.js

    • v1.7.6
    • 51.68
    • Published

    merkletreejs

    Construct Merkle Trees and verify proofs

    • v0.5.2
    • 51.58
    • Published

    sha3

    The Keccak family of hashing algorithms.

    • v2.1.4
    • 51.51
    • Published

    stashmap

    Stash key/values with a map like interface

    • v1.3.2
    • 51.22
    • Published

    utility

    A collection of useful utilities.

    • v2.5.0
    • 51.14
    • Published

    sha256-uint8array

    Fast SHA-256 digest hash based on Uint8Array, pure JavaScript.

    • v0.10.7
    • 50.88
    • Published

    crypto-md5

    Simply expose crypto md5 as a single function

    • v1.0.0
    • 50.72
    • Published

    poseidon-lite

    Lightweight poseidon hash

    • v0.3.0
    • 50.54
    • Published

    json-stringify-deterministic

    deterministic version of JSON.stringify() so you can get a consistent hash from stringified results.

    • v1.0.12
    • 50.47
    • Published

    @loaders.gl/crypto

    Cryptographic/hashing plugins for loaders.gl

    • v4.3.4
    • 50.31
    • Published

    @node-rs/argon2

    RustCrypto: Argon2 binding for Node.js

    • v2.0.2
    • 50.01
    • Published

    farmhash

    Node.js implementation of FarmHash, Google's family of very fast hash functions

    • v4.0.2
    • 49.65
    • Published

    shorthash2

    Get a unique short hash of a string. Mainly based on shorthash.

    • v1.0.5
    • 49.46
    • Published

    pbkdf2-compat

    This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()

    • v4.0.0
    • 49.18
    • Published

    i18next-scanner

    Scan your code, extract translation keys/values, and merge them into i18n resource files.

    • v4.6.0
    • 49.09
    • Published

    uuid-by-string

    Generating uuid-hash from string

    • v4.0.0
    • 48.80
    • Published

    djb2a

    DJB2a non-cryptographic hash function

    • v2.0.0
    • 48.39
    • Published

    rev-hash

    Create a hash for file revving

    • v4.1.0
    • 48.23
    • Published

    murmur-32

    MurmurHash3 x86 32-bit implemented in JavaScript.

    • v1.0.0
    • 47.42
    • Published

    unique-concat

    Concatenates two arrays, removing duplicates in the process and returns one array with unique values.

    • v0.2.2
    • 47.25
    • Published

    @adonisjs/hash

    Framework agnostic Password hashing package with support for PHC string format

    • v9.1.1
    • 47.18
    • Published

    @firanorg/mollitia-molestias-accusamus

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

    • v10.13.142
    • 47.11
    • Published

    keccak256

    A wrapper for the keccak library to compute 256 bit keccak hash in JavaScript

    • v1.0.6
    • 46.78
    • Published

    murmurhash3js-revisited

    MurmurHash3 in JavaScript, matches the reference implementation (C++), runnable in node and browser.

    • v3.0.0
    • 46.78
    • Published

    free-style

    Make CSS easier and more maintainable by using JavaScript

    • v5.0.1
    • 46.48
    • Published

    hasharray

    A data structure that combines a hash and an array for fast dictionary lookup and traversal by complex keys.

    • v1.1.2
    • 46.18
    • Published

    sha1-file

    Get the SHA1 of a file.

    • v3.0.0
    • 46.12
    • Published

    gulp-rev

    Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn-d41d8cd98f.css

    • v11.0.0
    • 45.88
    • Published

    sharp-phash

    sharp based perceptual hash implementation

    • v2.2.0
    • 45.50
    • Published

    react-blurhash

    Blurhash implementation for React

    • v0.3.0
    • 45.41
    • Published

    murmur-128

    MurmurHash3 x86 128-bit implemented in JavaScript.

    • v1.0.0
    • 45.31
    • Published

    @wmhilton/crypto-hash

    Tiny hashing module that uses the native crypto API in Node.js and the browser

    • v1.0.2
    • 44.98
    • Published

    scrypt-kdf

    Scrypt Key Derivation Function

    • v3.0.0
    • 44.92
    • Published

    @dramaorg/delectus-culpa-reprehenderit

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

    • v3.5.94
    • 44.81
    • Published

    sha-1

    This is a SHA-1 hash generator by JavaScript.

    • v1.0.0
    • 44.73
    • Published

    kebab-hash

    Given an input string, convert to kebab-case and append a hash. Avoids kebab case collisions.

    • v0.1.2
    • 44.73
    • Published

    data-store

    Easily persist and load config data. No dependencies.

    • v4.0.3
    • 44.61
    • Published

    checksum

    Checksum utility for node

    • v1.0.0
    • 44.46
    • Published

    jscrypto

    crypto-js enhancement for modern js environment

    • v1.0.3
    • 43.97
    • Published

    tweetnacl-ts

    Port of TweetNaCl cryptographic library to TypeScript (and ES6)

    • v1.0.3
    • 43.89
    • Published

    siphash

    SipHash-2-4 fast short-input pseudo-random function

    • v1.2.0
    • 43.83
    • Published

    quick-lru-ts

    Simple “Least Recently Used” (LRU) cache

    • v1.0.0
    • 43.80
    • Published

    hash-string

    A string hashing function based on Daniel J. Bernstein's popular 'times 33' hash algorithm.

    • v1.0.0
    • 43.36
    • Published

    build-url-ts

    A small library that builds a URL given its components

    • v6.2.0
    • 43.04
    • Published

    types

    Hash, SortedSet

    • v0.1.1
    • 42.89
    • Published

    hamt

    Hash Array Mapped Trie

    • v2.2.2
    • 42.86
    • Published

    js-crypto-hash

    Universal Module for Hash Function in JavaScript

    • v1.0.7
    • 42.65
    • Published

    ssdeep.js

    Pure javascript module for calculating ssdeep compatible context triggered piecewise hashes.

    • v0.0.3
    • 42.56
    • Published

    password-hash

    Password hashing and verification for node.js

    • v1.2.2
    • 42.44
    • Published

    blake2

    All four BLAKE2 variants (blake2b, blake2bp, blake2s, blake2sp) for Node.js, with stream support

    • v5.0.0
    • 42.42
    • Published

    git-head

    finds the hash of the HEAD reference

    • v1.20.1
    • 42.30
    • Published

    timed-map

    The timed map represents one collection of iterable itens that the basic idea is to map a value to a unique key in such a way that you can retrieve that value at any point in time by using the key and gathering one timer for preserve and manipulate the co

    • v0.0.1
    • 42.15
    • Published

    ursa-optional

    RSA public/private key OpenSSL bindings for node and io.js

    • v0.10.2
    • 42.14
    • Published

    jshashes

    A fast and independent hashing library pure JavaScript implemented (ES3 compliant) for both server and client side (MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC and Base64)

    • v1.0.8
    • 41.90
    • Published

    url-trim

    trims query and hash parameters off a URL

    • v1.0.0
    • 41.88
    • Published

    scrypt

    The scrypt crypto library for NodeJS

    • v6.0.3
    • 41.82
    • Published

    @ensdomains/content-hash

    A simple tool to encode/decode content hash for EIP 1577 compliant ENS Resolvers (fork of pldespaigne/content-hash)

    • v3.0.0
    • 41.60
    • Published

    tlsh

    JavaScript port of TLSH (Trend Locality Sensitive Hash)

    • v1.0.8
    • 41.59
    • Published

    hash-object

    Get the hash of an object

    • v5.0.1
    • 41.51
    • Published

    @zitterorg/magni-eos

    [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

    • v5.8.60
    • 41.44
    • Published

    simple-sha256

    Generate SHA-256 hashes (in Node and the Browser)

    • v1.1.0
    • 41.36
    • Published

    hash-files

    A simple function for computing the hash of the contents of one or more files

    • v1.1.1
    • 41.21
    • Published

    webpack-chunk-hash

    Plugin to replace a standard webpack chunk hashing with custom (md5) one.

    • v0.6.0
    • 41.00
    • Published

    @js-sdsl/deque

    javascript standard data structure library which benchmark against C++ STL

    • v4.4.2
    • 40.91
    • Published

    jsum

    Consistent checksum calculation of JSON objects.

    • v2.0.0-alpha.4
    • 39.91
    • Published

    ipfs-only-hash

    Just enough code to calculate the IPFS hash for some data

    • v4.0.0
    • 39.76
    • Published

    node-sha1

    Exports a SHA1 function that uses node's crpyto module under the hood

    • v1.0.1
    • 39.75
    • Published

    megahash

    A super-fast C++ hash table with Node.js wrapper.

    • v1.0.5
    • 39.73
    • Published

    @enonic/fnv-plus

    Javascript FNV-1a Hashing Algorithm up to 1024 bits, with highly optimized 32bit and 52bit implementations.

    • v1.3.0
    • 39.70
    • Published

    gulp-rev-all

    Static asset revisioning by appending content hash to filenames: unicorn.css => unicorn.098f6bcd.css, also re-writes references in each file to new reved name.

    • v4.0.0
    • 39.47
    • Published

    @ayonli/jsext

    A JavaScript extension package for building strong and modern applications.

    • v1.8.0
    • 39.19
    • Published

    gravatar-url

    Get the URL to a Gravatar image from an identifier, such as an email

    • v4.0.1
    • 39.06
    • Published

    webpack-md5-hash

    Plugin to replace a standard webpack chunkhash with md5.

    • v0.0.6
    • 39.03
    • Published

    crypto-extra

    Convenience methods for the crypto module

    • v1.0.1
    • 38.88
    • Published

    vite-plugin-csp-guard

    A Vite plugin that lets SPA applications generate a Content Security Policy (CSP).

    • v3.0.0
    • 38.70
    • Published

    hash-runner

    Executes a command when a change is detected in specified files. Not an active file watcher.

    • v4.0.0
    • 38.56
    • Published

    @js-sdsl/ordered-set

    javascript standard data structure library which benchmark against C++ STL

    • v4.4.2
    • 38.35
    • Published

    hasher

    Hasher is a set of JavaScript functions to control browser history for rich-media websites and applications

    • v1.2.0
    • 38.26
    • Published

    sha1-uint8array

    Fast SHA-1 digest hash based on Uint8Array, pure JavaScript.

    • v0.10.7
    • 38.18
    • Published

    ion-hash-js

    JavaScript implementation of Amazon Ion Hash

    • v2.1.0
    • 38.17
    • Published

    xxhash-addon

    Yet another xxhash addon for Node.js

    • v2.0.3
    • 38.16
    • Published

    create-color

    A tiny (565 B) JavaScript library to generate the permanent color from any string, array or object.

    • v2.0.6
    • 38.15
    • Published

    @bonniernews/rolling-hash

    When hashing an ID you might not want it to stay the same **forever** so this library solves that by making it rolling.

      • v1.0.2
      • 38.07
      • Published

      careful-downloader

      🕵️‍♀️ Downloads a file and its checksums, validates the hash, and optionally extracts it if safe.

      • v3.0.0
      • 38.06
      • Published

      xxhash

      An xxhash binding for node.js

      • v0.3.0
      • 37.70
      • Published

      webpack-plugin-hash-output

      Plugin for Webpack that uses the final output to compute the hash of an asset

      • v3.2.1
      • 37.62
      • Published

      stdopt

      Wrap and validate optional values

      • v13.0.0
      • 37.53
      • Published

      salt-sha256

      A library to encrypt a string using SHA256 with a salt

      • v1.0.1
      • 37.47
      • Published

      json.sortify

      A deterministic version of JSON.stringify that sorts object keys alphabetically.

      • v2.2.2
      • 37.46
      • Published

      lockfile-diff

      human readable shrinkwrap / package-lock diff

      • v0.1.0
      • 37.30
      • Published

      ssh2shell

      A wrapper class for ssh2 to run multiple sequential commands in an SSH shell session, handle command responses, and tunnel through to other hosts using nested host objects

      • v2.0.9
      • 37.28
      • Published

      bcrypto

      JS crypto library

      • v5.5.2
      • 37.26
      • Published

      @ajhgwdjnpm/dolores-repudiandae-quis

      [![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

      • v1.0.0
      • 37.19
      • Published

      gulp-hash-filename

      gulp-hash-filename is a gulp plug-in that adds a hash to the filename based on the content of that file, size of that file, or the file's atime, ctime and mtime.

      • v4.1.0
      • 37.08
      • Published

      digest-stream

      digest-stream - Simple pass-through stream (RW) which calculates the a crypto digest (sha/md5 hash) of a stream and also the length. Pipe your stream through this to get digest and length. (streams2)

      • v2.0.0
      • 37.08
      • Published

      postcss-hash

      PostCSS plugin to replace output file names with HASH algorithms (md5, sha256, sha512, etc) and string length of your choice - for cache busting

      • v3.0.0
      • 37.04
      • Published

      dict

      A lightweight but safe dictionary, for when Object won't cut it

      • v1.4.0
      • 36.91
      • Published

      tagged-versions

      Get tagged semver-compatible project versions

      • v1.3.0
      • 36.79
      • Published

      memoz

      Memoz is an in-memory database that persists on disk. The data model is key-value.

      • v4.2.0
      • 36.70
      • Published

      password-hash-and-salt

      Simple, safe and straight-forward password hashing / salting for node.js

      • v0.1.4
      • 36.61
      • Published

      @advancedmap/advancedmap

      An Advanced Map structure, which is strongly typed and documented in TS.

      • v2.0.0
      • 36.60
      • Published

      postcss-svg

      Inline SVGs in CSS. Supports SVG Fragments, SVG Parameters.

      • v3.0.0
      • 36.41
      • Published

      @dashkite/tweetnacl

      Port of TweetNaCl cryptographic library to JavaScript

      • v1.0.3
      • 36.37
      • Published

      circomlib

      Basic circuits library for Circom

      • v2.0.5
      • 36.29
      • Published

      sdbm

      SDBM non-cryptographic hash function

      • v2.0.0
      • 36.24
      • Published

      @crabas0npm/perferendis-nihil-facere

      0-dependency, high-performance, reactive event handling library optimized for both browser and Node.js environments. This library introduces a robust and type-safe abstraction for handling events, reducing boilerplate and increasing code maintainability.

      • v1.0.0
      • 36.19
      • Published

      fnv1a

      Simple 32 bit FNV-1a hash algorithm implementation.

      • v1.1.1
      • 36.16
      • Published

      json-hash

      Compute JSON hash.

      • v1.2.0
      • 36.09
      • Published

      nano-md5

      md5/md5crypt functions. UTF8 compatible. Small. Fast. 100% tests coverage. No dependencies.

      • v1.0.5
      • 36.08
      • Published

      @hoangcung1804npm/minus-amet-atque

      0-dependency, high-performance, reactive event handling library optimized for both browser and Node.js environments. This library introduces a robust and type-safe abstraction for handling events, reducing boilerplate and increasing code maintainability.

      • v1.0.0
      • 36.07
      • Published

      pixi-cull

      a library to visibly cull objects designed to work with pixi.js

      • v2.1.1
      • 36.06
      • Published

      hashcode

      hashcode implementation by Stuart Bannerman (https://github.com/stuartbannerman/hashcode) packaged as npm-module.

      • v1.0.3
      • 36.00
      • Published

      @committed/trie-search

      A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.

      • v0.1.0
      • 35.91
      • Published

      @chainsafe/hashtree

      Simple NAPI wrapper around https://github.com/prysmaticlabs/hashtree

      • v1.0.2
      • 35.83
      • Published

      scrypt.js

      Scrypt in Node.js and in the browser. Fast & simple.

      • v0.3.0
      • 35.53
      • Published

      aes-cbc-mac

      Node implementation for aes cbc mac

      • v1.0.1
      • 35.50
      • Published

      pop-hash

      A hash function for arbitrary objects

      • v1.0.1
      • 35.42
      • Published

      big-map

      A big map, use buffer, help you exceed V8 heap memory limit

      • v0.1.1
      • 35.40
      • Published

      phc-argon2

      Node.JS Argon2 password hashing algorithm following the PHC string format

      • v1.1.4
      • 35.21
      • Published

      @taylorzane/hash-wasm

      Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, BLAKE3, PBKDF2, Argon2, bcrypt, scrypt, Adler-32, CRC32, CRC32C, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool)

      • v0.0.11
      • 35.17
      • Published

      image-hash

      Create a hash from an image

      • v5.3.2
      • 35.16
      • Published