/shamir

Primary LanguageGo

Shamir

Package shamir implements the secret sharing scheme based on the Adi Shamir's paper How to share a secret, Communications of the ACM, 22:612-613, 1979.

Installation

Install and update this go package with go get -u github.com/insecurebits/shamir

Examples

For examples of what can be done take a look at examples directory. You can try a basic example by running: go run examples/secret.go

API reference

godoc.org/github.com/insecurebits/shamir