Top 5.8% dependent packages on proxy.golang.org
Top 4.7% dependent repos on proxy.golang.org
Top 7.4% forks on proxy.golang.org
proxy.golang.org : github.com/posener/sharedsecret
Package sharedsecret is implementation of Shamir's Secret Sharing algorithm. Shamir's Secret Sharing is an algorithm in cryptography created by Adi Shamir. It is a form of secret sharing, where a secret is divided into parts, giving each participant its own unique part. To reconstruct the original secret, a minimum number of parts is required. In the threshold scheme this number is less than the total number of parts. Otherwise all participants are needed to reconstruct the original secret. See (wiki page) https://en.wikipedia.org/wiki/Shamir's_Secret_Sharing. With the `Distribute` function, a given secret can be distributed to shares. With the `New` function, a random secret is generated and distributed into shares. Both the secret and the shares are returned.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/posener/sharedsecret
Keywords:
algorithms
, cryptography
, go
, golang
, secret-sharing
, shamir-secret-sharing
, sss
License: Apache-2.0
Latest release: about 5 years ago
First release: about 5 years ago
Namespace: github.com/posener
Dependent packages: 1
Dependent repositories: 1
Stars: 56 on GitHub
Forks: 7 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 4 days ago