Skip to content

abstractOwl/shamir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Shamir

Implementation of Shamir's secret sharing scheme. (Wikipedia)

Introduction

Shamir's secret sharing scheme is a threshold scheme which enables the user to split a secret into n shares, while requiring any k shares to reconstruct the original secret.

To execute, run:

    python -m Shamir.shamir

Disclaimer

This is a proof-of-concept and should not be used for anything important/serious!

TODO

  • Switch to GF arithmetic
  • Switch to encode/decode strings/byte arrays

About

Implementation of Shamir's secret sharing scheme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages