Pure Javascript implementation of the BLAKE2b and BLAKE2s hash functions
Get a stream as a string, Buffer, ArrayBuffer or array
Web Streams, based on the WHATWG spec reference implementation
This is the **x86_64-unknown-linux-gnu** binary for `@napi-rs/blake-hash`
SHA-3 proposal Blake
This is the **x86_64-unknown-linux-musl** binary for `@napi-rs/blake-hash`
An implementation of window.fetch in Node.js using Minipass streams
An iteration of the Node.js core streams with a series of improvements
  [ and Node.js's zlib binding.
The string_decoder module from Node core
Turn a readable stream into multiple readable streamx streams
Streams for reading/writing messages
Open Node Streams on demand.
A library that makes it easier to work with Streams in the browser.
Tiny utilities for inserting transformation logic into Node.js stream and Web Streams pipelines
TypeScript definitions for ssh2-streams
Node and Bun local Prisma Streams runtime for trusted development workflows.
Combines array of streams into one Readable stream in strict order.
Fast and simple string template library
Streams for reading Gherkin parser output
Combine an array of streams into a single duplex stream using pump and duplexify
Stream extension for Verdaccio
Performant authenticated replicated streams.
Performant authenticated replicated streams.
Performant authenticated replicated streams.
BLAKE is a cryptographic hash function based on Dan Bernstein's ChaCha stream cipher, but a permuted copy of the input block, XORed with round constants, is added before each ChaCha round. Like SHA-2, there are two variants differing in the word size. ChaCha operates on a 4×4 array of words. BLAKE repeatedly combines an 8-word hash value with 16 message words, truncating the ChaCha result to obtain the next hash value. BLAKE-256 and BLAKE-224 use 32-bit words and produce digest sizes of 256 bits and 224 bits, respectively, while BLAKE-512 and BLAKE-384 use 64-bit words and produce digest sizes of 512 bits and 384 bits, respectively.
BLAKE is a cryptographic hash function based on Dan Bernstein's ChaCha stream cipher, but a permuted copy of the input block, XORed with round constants, is added before each ChaCha round. Like SHA-2, there are two variants differing in the word size. ChaCha operates on a 4×4 array of words. BLAKE repeatedly combines an 8-word hash value with 16 message words, truncating the ChaCha result to obtain the next hash value. BLAKE-256 and BLAKE-224 use 32-bit words and produce digest sizes of 256 bits and 224 bits, respectively, while BLAKE-512 and BLAKE-384 use 64-bit words and produce digest sizes of 512 bits and 384 bits, respectively.