shea256 / secret-sharing

A system for securely splitting secrets with Shamir's Secret Sharing Scheme
MIT License
483 stars 143 forks source link

Python 3 support #13

Closed EaterOA closed 8 years ago

EaterOA commented 8 years ago

This pull request adds python 3 support. There wasn't much to fix except dealing with the long type. setup.py is also modified to include dependencies, and unit_tests.py no longer uses the obscure test package (only unittest).

shea256 commented 8 years ago

@EaterOA Thanks for this update. Just merged and made some edits.