merkle-hash-trees
There are 16 repositories under merkle-hash-trees topic.
miguelmota/merkletreejs-solidity
Construct merkle trees with MerkleTree.js and verify merkle proofs in Solidity.
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.
miguelmota/merkletreejs-nft-whitelist
Solidity NFT whitelist contract example using MerkleTree.js for constructing merkle root and merkle proofs.
miguelmota/merkletreejs-multiproof-solidity
Verifying merkle multiproofs in solidity example (unaudited)
PayneJoe/crypto_research
crypto research stuffs from numerics to ZK applied protocols all written with dirty hands
prathamudeshmukh/merkle-tree-demo
A Merkle Tree Implementation , Visualization & Demonstration
crums-io/merkle-tree
Merkle tree library
SusmithKrishnan/merkle-js
A lightweight library using the native crypto for hash functions without any additional dependency. Generate Merkle tree from an array of data.
Jonas1312/merkle-tree
Merkle Tree and Lamport Signature Python Implementation (master's degree short project)
LoCCS/lms
Project to implement the Leighton-Micali Signatures
Etelis/Merkle_Tree
Merkle tree explained implementation, With SHA256 hashing ,root signaning and proof of inclusion.
BTCAssessors/MerkleTree
Basic implementation of a binary & balanced MerkleTree in kotlin.
ckatsak/merkle
A simple, fast, immutable, in-memory, generic, "hash function-agnostic" merkle tree.
virjilakrum/merkle_proof_file_transfer
merkle_proof_file_transfer is an open-source project designed to demonstrate the use of Merkle proofs for secure and efficient file transfer.
25A0/authentication-sets
Code and statistics related to authentication sets.
crimsondevil/E-Voting
A voting system that provides confidentiality to the voters and lets them cast a vote with utmost privacy. It also audits the casted votes for integrity and checks for immutability to bring transparency to the election system.