codahale/shamir

use case: given points

fcorneli opened this issue · 3 comments

I have this use case where I want to construct a polynomial where I have as input the secret and some additional predefined points. The idea is that each "application" (whatever that is) can present its own point(s), and that the secret remains the same, independent of the "application". Hence you can have a single AES encryption (key) shared by all "applications".

I can’t help you with that.

FYI... implemented this feature. Available at: https://github.com/e-Contract/shamir/tree/fcorneli

PR available at #14