Skip to content

Python implementation of a memory-hard PoW algorithm

Notifications You must be signed in to change notification settings

baptistecolin/itsuku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Python implementation of a memory-hard PoW algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published