Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 666 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 666 Bytes

vcash_hash (v1.5)

Python module for Vcash's Proof-of-Work hashing (Whirlpoolx & Blake256 8rounds).

Install from pip

Python 2.7 is required as well as gcc.

$ sudo pip install vcash_hash

Install from git

Python 2.7 is required as well as gcc.

$ git clone https://github.com/xCoreDev/python-vcash_hash.git
$ cd python-vcash_hash/
$ sudo python setup.py install

Test

After installation, test hash.

$ python test.py

Credits