merkle
Merkle calculator
A library that efficiently calculates Merkle roots and proofs from streams of byte strings
Merkle hash trees
19 stars
4 watching
3 forks
Language: Go
last commit: 5 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
bitcoinjs/merkle-lib | A performance-oriented library for efficiently calculating Merkle roots and trees | 30 |
mafintosh/merkle-tree-stream | A JavaScript module generating a Merkle tree from incoming data | 103 |
benleim/huff-merkle | A smart contract that distributes tokens using a Merkle tree and the Huff language | 12 |
mappum/bitcoin-merkle-proof | Builds and verifies Bitcoin Merkle proof objects for efficient block transmission | 12 |
bobg/hashsplit | A content-based splitting method for byte streams | 30 |
vijayee/js-ipfs-merkle-dag | A JavaScript implementation of the Merkle DAG data structure used in IPFS networks | 1 |
ethers/bitcoin-proof | A Merkle proof library for Bitcoin transactions | 32 |
yosriady/merkle_tree | A pure Elixir implementation of a data structure used in cryptography and digital signatures | 96 |
hackergrrl/ipfs-hyperlog | A Merkle DAG implementation for replicating immutable data in a peer-to-peer network | 57 |
cosmos/ics23 | A standard representation of merkle proofs that can be generated by many storage implementations and validated by various client libraries. | 116 |
mchung/tf-idf | Calculates term frequencies and their importance in a corpus using the TF-IDF algorithm. | 7 |
bobg/basexx | A package for converting numbers between digit strings and various number bases | 5 |
bmizerany/perks | Provides efficient computation of quantiles over large data streams. | 187 |
harlanhaskins/probably | A collection of Swift structures for computing probabilities and cumulative distributions. | 269 |
terkelg/math | A collection of math functions and formulas to aid in graphic programming | 117 |