Home

Awesome

erlang-dkg

CI codecov

An implementation of the protocol described in "Distributed Key Generation in the Wild" (see references) for Erlang (using pairing based cryptography). This library will allow some number of Erlang processes (where N >= 4) to generate one PBC (see here for more details) key in a manner tolerant of Byzantine faults.

Some limitations, where this code does not implement the full protocol:

This code is not run directly, but as a relcast behavior. To see an example of how this code is run and used, see here.

Build

$ make

Test

$ make test

References