/itsuku

Python implementation of a memory-hard PoW algorithm

Primary LanguagePython

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

Dependencies

pip3 install sortedcontainers

Tests

Install Pytest for python3

$ sudo apt-get install python3-pytest
$ pip3 install pytest

Then run the tests :

$ cd itsuku/
$ pytest
$ py.test-3