Metadata-Version: 2.1
Name: dash-hash
Version: 1.5.0
Summary: Python module for Dash's X11 hashing
Author-email: Pshen Mic <pshenmic@gmail.com>
Project-URL: Homepage, https://github.com/dashpay/dash_hash
Project-URL: Bug Tracker, https://github.com/dashpay/dash_hash/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

dash_hash (python) v1.4.0
===========================

Python module for Dash's X11 hashing.


Install
-------

Python 3.10+ and the associated development package (e.g., `python3-dev`) is required as well as a gcc.

    $ pip3 install -r requirements.txt .

Test
-------

After installation, test hash.

    $ python3 test.py

Uninstall
-------
    $ pip3 uninstall dash_hash

Credits
-------

* Module written by @chaeplin https://github.com/chaeplin/xcoin-hash
* Module maintained by @eduffield https://github.com/darkcoinproject/xcoin-hash
* Module maintained by @flare https://github.com/nightlydarkcoin/xcoin-hash
* Module maintained by @vertoe https://github.com/vertoe/darkcoin_hash
