SSSaaS / sssa-golang

Shamir's Secret Sharing Algorithm - helper cryptography module for Golang
MIT License
142 stars 31 forks source link

Allow shares to be created and combined as bytes rather than strings #4

Open timhilliard opened 6 years ago

timhilliard commented 6 years ago

This functionality will allow a cli to share binary files without needless conversion to and from strings.