use case: given points
fcorneli opened this issue · 3 comments
fcorneli commented
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".
codahale commented
I can’t help you with that.
fcorneli commented
FYI... implemented this feature. Available at: https://github.com/e-Contract/shamir/tree/fcorneli