Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 568 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 568 Bytes

pyLXR

Another implementation of the LXRHash hashing algorithm used for PegNet's PoW.

A python library that wraps WhoSoup's C implementation for performance.

Note: map generation is not tested or optimized yet. It is highly recommended to just use a prebuilt map from the go implementation linked above.

Installation

Not on pypi just yet, so just build from source:

git clone [email protected]:pegnet/pylxr
cd pylxr && python3 setup.py install