FrancisPouliot / rousseau-chain

An hash-chain with efficient O(1) append and O(logN) proof.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rousseau-chain

An hash-chain with efficient O(1) append and O(logN) proof.

Run it as python client.py kafka_host:kafka_port, e.g.

python client.py 192.168.1.110:9092

or

python client.py kafka.network.hostname:9092

About

An hash-chain with efficient O(1) append and O(logN) proof.

License:BSD 2-Clause "Simplified" License


Languages

Language:Python 79.5%Language:TLA 11.7%Language:Makefile 4.3%Language:Batchfile 4.2%Language:Dockerfile 0.3%