Skip to content

Implementation of Shamir's Secret Sharing algorithm.

License

Notifications You must be signed in to change notification settings

Mars-xyx/sharedsecret

Repository files navigation

sharedsecret

Build Status codecov GoDoc goreadme

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 https://en.wikipedia.org/wiki/Shamir%27s_Secret_Sharing.


Created by goreadme

About

Implementation of Shamir's Secret Sharing algorithm.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%