shea256 / secret-sharing

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

Doesn't support python 3 #15

Closed 7xMind closed 8 years ago

7xMind commented 8 years ago

This package doesn't support python 3 due to usage of "long"

davidaparicio commented 8 years ago

There is a pull request there @7xMind / @blockstack ;) https://github.com/blockstack/secret-sharing/pull/13

shea256 commented 8 years ago

Hi, thanks! I merged this pull request in. Closing this issue.