shea256 / secret-sharing

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

Support base58 encoding for shamir shares #1

Closed mflaxman closed 10 years ago

mflaxman commented 10 years ago

The increase in character space leads to a large reduction in length of Shamir Shares.

I added a unit test for this, but would love a thorough code review.