Skip to content

PureStorage-OpenConnect/shamir-16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This code is modified version of Shamir's algorithm from: https://github.com/hashicorp/vault/tree/master/shamir.

Original code was using GF(2^8) while we are using GF(2^16) to be able to split secret to more than 255 parts.

Furhtermore, parallelization with go routines was added, and a simple code to generate and verify lookup tables for arbitrary polynomial and generator.

About

Shamir's secret sharing algorithm for GF(2^16) polynomials in GO

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages