Skip to content

cs-qyzhang/MerkleTree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MerkleTree

区块链作业-默克尔树实现

依赖

Crypto++: https://www.cryptopp.com/

编译

mkdir build
cd build
cmake -DBLOOM=ON ..  # build with bloom filter
cmake -DBLOOM=OFF .. # build without bloom filter

About

区块链作业-默克尔树实现

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published