Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

0xstepit/dkg-from-scratch

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DKG From Scratch

Implementation of the Distributed Key Generation (DKG) protocol for the BLS12-381 elliptic curve.

The DKG is build sequentially one component on top of the other:

  • Shamir's secret sharing.
  • Feldman's verifiable secret sharing.
  • Pedersen's distributed key generation via Joint-Feldman.

Test

cargo test -p dkg -- --show-output

References

  • Pedersen, T. P. (1991). "A Threshold Cryptosystem without a Trusted Party"
  • Feldman, P. (1987). "A Practical Scheme for Non-interactive Verifiable Secret Sharing"
  • Gennaro et al. (1999). "Secure Distributed Key Generation for Discrete-Log Based Cryptosystems"

About

Distributed Key Generation Algorithm via Joint-Feldman's VSS in Rust.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.