secret_sharing_and_dkg

Crates.iosecret_sharing_and_dkg
lib.rssecret_sharing_and_dkg
version0.16.0
created_at2023-02-22 11:06:05.89939+00
updated_at2025-08-03 19:17:31.62747+00
descriptionSecret sharing schemes like Shamir's, Feldman's, Pedersen's and Publicly Verifiable Secret Sharing scheme and DKGs like Gennaro's and FROST's
homepage
repositoryhttps://github.com/docknetwork/crypto
max_upload_size
id791742
size243,363
Lovesh Harchandani (lovesh)

documentation

README

Secret sharing and distributed key generation

Implements Secret Sharing (SS), Verifiable Secret Sharing (VSS), Distributed Verifiable Secret Sharing (DVSS), Distributed Key Generation (DKG) and Publicly Verifiable Secret Sharing (PVSS) algorithms. DVSS and DKG do not require a trusted dealer. Also implements a distributed discrete log check.

  1. Shamir secret sharing (Requires a trusted dealer)
  2. Pedersen Verifiable Secret Sharing
  3. Pedersen Distributed Verifiable Secret Sharing
  4. Feldman Verifiable Secret Sharing
  5. Feldman Distributed Verifiable Secret Sharing
  6. Gennaro DKG from the paper Secure Distributed Key Generation for Discrete-Log Based Cryptosystems
  7. Distributed Key Generation from FROST
  8. Distributed discrete log (DLOG) check
  9. Publicly Verifiable Secret Sharing
  10. Verifiable Secret Sharing using hash-commitments
Commit count: 292

cargo fmt