3 unstable releases

0.2.0 Feb 1, 2020
0.1.1 Nov 5, 2019
0.1.0 Oct 20, 2019

#8 in #pedersen

Download history 18/week @ 2024-02-19 48/week @ 2024-02-26 18/week @ 2024-03-04 23/week @ 2024-03-11 7/week @ 2024-03-18

97 downloads per month
Used in 7 crates (5 directly)

Apache-2.0

23KB
413 lines

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

Dependencies

~6MB
~114K SLoC