Command line (bash) scripts to upload large files to AWS glacier using multipart upload and to calculate the required tree hash
-
Updated
Dec 22, 2021 - Shell
Command line (bash) scripts to upload large files to AWS glacier using multipart upload and to calculate the required tree hash
Sample blockchain concept implementation from scratch.
Assignments and Quizes - Coursera BlockChain Specialization By University of California - Irvine
A secure C library to check integrity of a file
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
Simple reference implementation of Merkle trees for general use.
A mixer that uses merkle trees and zero-knowledge proofs to provide shielded transfers of Ethereum
Implementing the use case of Merkel Tree in verifying if the name exists in the tree or not.
The Merkel Tree Gift List project manages gift assignments based on a Merkel tree structure. Users input person and gift data and hashed into the tree. Clients provide a name and proof to the server. If the hash matches the stored Merkel root, gifts are assigned. This ensures secure and accurate gift management.
Blockchain Technology Projects
use Merkel trees to prove if a name is on list - see code
Add a description, image, and links to the merkel-tree topic page so that developers can more easily learn about it.
To associate your repository with the merkel-tree topic, visit your repo's landing page and select "manage topics."