Skip to content

FrankCCCCC/Merkle-Tree-In-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Merkle-Tree-In-Python

Implement Merkle tree in Python

Usage Remember to install pysha3 But before install, remember to uninstall sha3 and pysha3 because sha3 will be import when call import sha3 instead of pysha3

Usage of 'pip install'

  1. Download get-pip.py
  2. Open CMD and execute 'python get-pip.py'(or 'py get-pip.py' depend on your computer) at the path of the file 'get-pip.py'
  3. Install pip. If it successed, you can use 'python -m pip install' to install extra module for Python

Command: py -m pip uninstall pysha3 py -m pip uninstall sha3

Then Command: py -m pip install pysha3

About

Implement Merkle tree in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages