This repository hosts an implementation of the Istuku proof-of-work scheme, as described in the following paper : https://eprint.iacr.org/2017/1168.pdf
pip3 install sortedcontainersInstall Pytest for python3
$ sudo apt-get install python3-pytest
$ pip3 install pytestThen run the tests :
$ cd itsuku/
$ pytest
$ py.test-3