sellibitze / secretshare

Implementation of Shamir's secret sharing in Rust
36 stars 3 forks source link

Licensing #1

Open ChrisMacNaughton opened 8 years ago

ChrisMacNaughton commented 8 years ago

I was wondering if you'd be open to modifying the license from GPLv3. I'd like to re-implement this as a lib so that others can use it but I'd be leery of copying the GPLv3 code into another crate.

sellibitze commented 8 years ago

Hi there! Cool that you find this useful. :) What license would you be more comfortable with?

ChrisMacNaughton commented 8 years ago

MIT, BSD or Apache would be ideal!

conorsch commented 8 years ago

Yes, please! MIT, Apache, or BSD would be grand.

ChrisMacNaughton commented 8 years ago

@conorsch may want to check out https://github.com/Nebulosus/shamir, which is my reimplementation of this done independently, and as a crate.

conorsch commented 8 years ago

@ChrisMacNaughton Magnificent, thank you!