Skip to content

Merkletree is created by encrypting multiple wallet addresses with keccak256.

Notifications You must be signed in to change notification settings

shintalha/MerkleTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MerkleTree

Merkletree is created by encrypting multiple wallet addresses with keccak256.

Hash_Tree

The data to be encrypted are the leaves of the merkletree. These leaves are encrypted sequentially as a binary tree. The two encrypted data are combined and encrypted again. This continues until only one encrypted root (root) remains. The tree formed in this way is called the Merkle Tree.

About

Merkletree is created by encrypting multiple wallet addresses with keccak256.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published