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.
Not on pypi just yet, so just build from source:
git clone [email protected]:pegnet/pylxr
cd pylxr && python3 setup.py install