Python implementation of Shamir's Secret Sharing Scheme, using polynomials over GF(256)
Stars
1
Forks
1
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
Preparation for PyPI release - setup.py and .gitignore
78b5013View on GitHubAdd "py" prefix to "gfssss", "gfsplit" and "gfcombine" entry-points
487504cView on GitHubsetup.py and wrappers for external execution gfssss, gfsplit and gfcombine
d101f0dView on GitHubRemove Python shebang from most files, fix to Python 3 in remaining
94497ceView on GitHubRename "plaintext" to "secret", it is a more appropraite term
c248a78View on GitHub