Skip to content

corvus-ch/shamir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7978bee · Aug 23, 2022

History

21 Commits
Aug 23, 2022
Oct 24, 2017
Oct 26, 2017
Oct 26, 2017
Oct 26, 2017
Oct 24, 2017
Oct 26, 2017
Oct 26, 2017
Jul 21, 2022
Oct 25, 2017
Jul 21, 2022
Jul 21, 2022
Oct 24, 2017
Mar 11, 2015

Repository files navigation

Shamir's Secret Sharing

Build Status Test Coverage Documentation

Implementation of the Shamir's Secret Sharing in golang.

This package:

  • supports splitting and recombining of byte arrays;
  • supports splitting and recombining using io.Writer and io.Reader interfaces;
  • is compatible with gfsplit and gfcombine from 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