A Pure Python implementation of Shamir's Secret Sharing
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
John-Mark Gurney 52f6b9fc2a switch to bytes as it's smaller, raise error on 0 ** -x 10 months ago
.gitignore ignore the usual suspects.. 11 months ago
shamir1979.pdf add original paper 11 months ago
shamirss.py switch to bytes as it's smaller, raise error on 0 ** -x 10 months ago