dsprenkels / sss-rs

Rust bindings for my Shamir secret sharing library
MIT License
36 stars 9 forks source link

Redistributing secret shares to new members without recovering the original secret #11

Closed nathanfranke closed 1 year ago

nathanfranke commented 2 years ago

I am interested in utilizing the algorithm described in this paper (I found it through this StackExchange answer).

Is this algorithm within the scope of this library? I am looking forward to your input.

dsprenkels commented 1 year ago

Hiya! Compared to Shamir secret sharing this is a pretty complicated and unfortunately not in the scope of this project.