A siphash algorithm ported from jedisct/siphash-js
SipHash-2-4 fast short-input pseudo-random function
SipHash-2-4 fast short-input pseudo-random function
SipHash (2-4) implemented in pure Javascript and WebAssembly
siphash24 for both node and the browser
Node.js implementation of HighwayHash, Google's fast and strong hash function
Simhash implementation for detecting near-duplicate text using various hash functions like SipHash, MD5, and SHA256
Helper function to annotate paths and nodes with #__PURE__ comment
Node is running but you don't know why? why-is-node-running is here to help you.
A shim for the setImmediate efficient script yielding API
Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.
Node.js Streams, a user-land copy of the stream library from Node.js
walk paths fast and efficiently
SipHash-2-4 via Rust napi-rs bindings
High-priority task queue for Node.js and browsers
A JavaScript text diff implementation.
[](https://www.npmjs.com/package/@smithy/core) [](https://www.npmjs.com/package/@smithy/core)
An arbitrary length integer library for Javascript
ECMAScript parser
Siphash 2-4 and all its variations for javascript
A deep deletion module for node (like `rm -rf`)
A TypeScript implementation of UUIDv47 - reversible UUID v4/v7 transformation using SipHash-2-4
Matches strings against configurable strings, globs, regular expressions, and/or functions
a CSS selector compiler/engine
A Ruby implementation of SipHash.
Digest::SipHash is a class of message digest use algorithm SipHash.
InfraRuby SipHash implementation
An implementation of SipHash 1-3, 2-4, etc. in pure Ruby.
A Ruby implementation of go-identicon by Damian Gryski RubyIdenticon creates an identicon, similar to those created by Github. A title and key are used by siphash to calculate a hash value that is then used to create a visual identicon representation. The identicon is made by creating a left hand side pixel representation of each bit in the hash value, this is then mirrored onto the right hand side to create an image that we see as a shape. The grid and square sizes can be varied to create identicons of differing size.