Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

framed-hash is a small Node.js library that provides a drop‑in replacement for the standard crypto hash APIs, but prefixes each data chunk with its length (and a newline) before feeding it to the underlying hash algorithm (e.g., SHA‑256). This makes the resulting digest sensitive to how the input is split, which is useful for applications that need deterministic hashing of framed or streamed data. It’s aimed at developers who work with Node’s crypto module and need a simple way to hash chunked data while preserving chunk boundaries.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of mafintosh/framed-hash

Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mafintosh's profile
mafintosh
7 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
mafintosh

mafintosh/framed-hash

A hash function that wraps all input chunks with a length prefix.

JavaScript
8
1
MIT License