/secret-sharing

(Verifiable) Secure Secret Sharing in Go.

Primary LanguageGoMIT LicenseMIT

Secure Secret Sharing

secret-sharing Go Reference codecov

  import "github.com/bytemare/secret-sharing"

This package implements Verifiable Secret Sharing over Shamir's Secret Sharing with prime-order elliptic curve group scalars.

Documentation Go Reference

You can find the documentation and usage examples in the package doc.

Versioning

SemVer is used for versioning. For the versions available, see the tags on the repository.

Contributing

Please read CONTRIBUTING.md for details on the code of conduct, and the process for submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.