https://github.com/oraichain/dvss
Pedersen decentralized verifiable secret sharing
https://github.com/oraichain/dvss
Last synced: about 2 months ago
JSON representation
Pedersen decentralized verifiable secret sharing
- Host: GitHub
- URL: https://github.com/oraichain/dvss
- Owner: oraichain
- License: apache-2.0
- Archived: true
- Created: 2022-09-16T09:21:14.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-16T09:21:44.000Z (over 2 years ago)
- Last Synced: 2025-02-28T12:18:52.064Z (4 months ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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)](src/shamir_secret_sharing.rs)
1. [Pedersen verifiable secret sharing (Requires trusted third party)](src/pedersen_vss.rs)
1. [Pedersen decentralized verifiable secret sharing (Does not require a trusted party)](src/pedersen_dvss.rs)# Pending:
1. More tests
2. Model Pedersen DVSS as state machine