shamir
shamir copied to clipboard
Shamir's Secret Sharing in Golang
Shamir's Secret Sharing
Implementation of the Shamir's Secret Sharing in golang.
This package:
- supports splitting and recombining of byte arrays;
- supports splitting and recombining using
io.Writerandio.Readerinterfaces; - is compatible with
gfsplitandgfcombinefrom libgfshare.
Based on github.com/hashicorp/vault from HashiCorp.
Contributing and license
This library is licences under Mozilla Public License, version 2.0. For information about how to contribute to this project, see CONTRIBUTING