Skip to content

A proof of concept of an interactive VDF-based proof of latency between two participants

Notifications You must be signed in to change notification settings

JaniAnttonen/proof_of_latency

Repository files navigation

Proof of Latency

A protocol that creates a publicly verifiable proof of latency between two peers by using two VDFs.

Theory

Flamegraph

With 150k iterations:

Flamegraph

Prerequisites

Currently requires Linux to run with GNU Multiple Precision Library.

To install it on Debian/Ubuntu:

sudo apt-get install -y libgmp-dev

...or on Red Hat based distros, such as Arch, Fedora, CentOS:

sudo dnf -y install gmp-devel

...and you should be good to go!

Tested working toolchains

nightly-2020-06-23

Will break like a __ when cargo update is ran. Don't do it. Or do it for shiz and gigles

About

A proof of concept of an interactive VDF-based proof of latency between two participants

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages