merkletree
There are 62 repositories under merkletree topic.
openblockchains/awesome-blockchains
A collection about awesome blockchains - open distributed public databases w/ crypto hashes incl. git ;-). Blockchains are the new tulips :tulip::tulip::tulip:. Distributed is the new centralized.
google/keytransparency
A transparent and secure way to look up public keys.
csunny/py-bitcoin
比特币的python简易实现,主要介绍比特币底层技术。如Base58编码、椭圆加密算法、MerkleTree、P2P对等网络、RPC通信、UTXO、虚拟机、DHT、DAG、链上数据的持久化存储等。
rubycocos/blockchain
blockchain (crypto) tools, libraries & scripts in ruby
txaty/go-merkletree
Go Merkle Tree. High performance, Supporting parallel run, OpenZeppelin sorting pairs.
dennis-tra/image-stego
🏞 Steganography-based image integrity - Merkle tree nodes embedded into image chunks so that each chunk's integrity can be verified on its own.
attestate/indexed-sparse-merkle-tree
A dapptools-ready and gas-optimized implementation of a sparse merkle tree in Solidity.
microsoft/merklecpp
A C++ library for creation and manipulation of Merkle trees
openblockchains/crypto-books
Best of Crypto Books - A collection of books, white papers & more about crypto and blockchains.
miguelmota/merkletree-viz
Merke tree visualization library for browser, works with merkletreejs
al8n/lsmtree
Sparse Merkle tree for a key-value map.
coinstudent2048/verklebp
Verkle trees with inner product argument (IPA) based polynomial commitment [Prototype]
sclevine/xsum
Checksums with Merkle trees and concurrency
zslomo/MerkleTrace
Trace back system base on BlockChain and MerkleTree; Ethereum +FLask + HTML5
prathamudeshmukh/merkle-tree-demo
A Merkle Tree Implementation , Visualization & Demonstration
gregors/merkle_fun
Merkle Trees in Elixir
elcorto/findsame
Find duplicate files and directories based on file hashes.
onuratakan/mix_merkletree
Usefull Merkle Tree Example
davebryson/urkel-rs
Rust Implementation of an Urkel Tree
miguelmota/merkletreejs-cli
CLI for merkletreejs
Ryan-Ardito/merkletree
Merkle tree implementation in Rust
k98kurz/MerkleTree
Simple, lightweight implementation of Merkle Trees in Python 3
oscarpascualbakker/merkle-tree
A PHP implementation for the Merkle Tree algorithm
xpepermint/merkle-tree-proof
Merkle tree proof implementation
csunny/learnblockchain
专注与区块链相关技术,包括底层技术原理、应用层、smart contracts(智能合约)编写等等知识,系统贯穿整个区块链技术,培养区块链技术领域开发人才!
Etelis/Merkle_Tree
Merkle tree explained implementation, With SHA256 hashing ,root signaning and proof of inclusion.
vmsaif/block_chain_hashing
Blockchain Hashing is a Java program that implements a MerkleTree for use in a blockchain. The project taught the creator about implementing algorithms and methods in Java for use in a blockchain.
What-The-Commit/contract-owner-snapshot
CLI Tool for taking a snapshot of unique owners from an ethereum contract
10d9e/fastmerkle
Golang Implementation of Streaming Merkle Root, Proof, and Verify (single leaf) from Luke Champine's paper
10d9e/rs-fast-merkle
Rust Implementation of Streaming Merkle Root, Proof, and Verify (single leaf) from Luke Champine's paper: Streaming Merkle Proofs within Binary Numeral Trees
ang-rui-yan/MerkleTree
CS104 G3T8: Implementation of Merkle Tree as part of CS104 Mathematical Foundations of Computing's project to understand Merkle Tree
IPFSdapps/merkletreejs-solidity
Construct merkle trees with MerkleTree.js and verify merkle proofs in Solidity for quantum resistance
LucasArmstrong/merkle-ts
MerkleTree & utilities in TypeScript
OA/merkletree
Lightweight library that lets you create Merkle trees with custom branching factors.
tavrelkate/hash-merkle-tree
In cryptography and computer science, a hash tree or Merkle Hash Tree is a tree in which every "leaf" (node) is labelled with the cryptographic hash of a data block, and every node that is not a leaf (called a branch, inner node, or inode) is labelled with the cryptographic hash of the labels of its child nodes