secret_sharing_hotfix

Crates.iosecret_sharing_hotfix
lib.rssecret_sharing_hotfix
version0.2.1
sourcesrc
created_at2021-12-02 14:13:09.632876
updated_at2021-12-02 14:13:09.632876
descriptionVarious secret sharing schemes
homepage
repositoryhttps://github.com/lovesh/secret-sharing-schemes
max_upload_size
id491221
size33,523
(zeroqn)

documentation

README

Secret sharing

The implemented schemes are prototypes and should not be used in production. They are used to assist in demonstrating threshold signatures (in other repos).

  1. Shamir secret sharing (Requires trusted third party)

  2. Pedersen verifiable secret sharing (Requires trusted third party)

  3. Pedersen decentralized verifiable secret sharing (Does not require a trusted party)

Pending:

  1. More tests
  2. Model Pedersen DVSS as state machine
Commit count: 4

cargo fmt