Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 693 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 693 Bytes

pysss

build

This is a minimalist and yet complete implementation of Shamir's Secret Sharing Algorithm as described in 1. The goal is to provide a generic and efficient implementation.

Requirements

Python 3 (tested with Python 3.8.10)

Bugs/Questions

In case of bugs/questions, contact me on Github

LICENSE

See LICENSE.

Footnotes

  1. Adi Shamir, "How to share a secret", Communications of the ACM 22(11):612-613. doi:10.1145/359168.359176