subrosa

Shamir's Secret Sharing


License
Other
Install
pip install subrosa==0.1.0

Documentation

Subrosa

Travis CI Status Codecov Status Documentation

Subrosa is a Python implementation of Shamir's Secret Sharing. An algorithm for sharing a secret with a group of people without letting any individual of the group know the secret.

Subrosa is BSD license and available for Python 3.4 and later.