12 breaking releases
new 0.14.0 | Dec 19, 2024 |
---|---|
0.13.0 | Jul 18, 2024 |
0.12.0 | Jun 21, 2024 |
0.10.0 | Mar 4, 2024 |
0.3.0 | Mar 29, 2023 |
#1337 in Cryptography
608 downloads per month
Used in 5 crates
(3 directly)
430KB
9K
SLoC
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.
- Shamir secret sharing (Requires a trusted dealer)
- Pedersen Verifiable Secret Sharing
- Pedersen Distributed Verifiable Secret Sharing
- Feldman Verifiable Secret Sharing
- Feldman Distributed Verifiable Secret Sharing
- Gennaro DKG from the paper Secure Distributed Key Generation for Discrete-Log Based Cryptosystems
- Distributed Key Generation from FROST
- Distributed discrete log (DLOG) check
- Publicly Verifiable Secret Sharing
- Verifiable Secret Sharing using hash-commitments
Dependencies
~7.5MB
~136K SLoC