Python module with chipocoin's hashing algorithm used by some other tools
Python 2.7 is required as well as gcc.
$ python setup.py install
Python 3 is also supported.
$ python3 setup.py install
PyPI package is available via pip or pip2.
$ sudo pip2 install skein_hash
Python 3 is also supported.
$ sudo pip3 install skein_hash
After installation, test hash.
$ python test.py
or:
$ python3 test.py
- Module maintained by @nakkie https://github.com/CHIPO-Project/skein-hash-python