Hi!
I am implementing a system, where it is required to generate extra shares once the initial quantity was generated, which can then be used in combination with some of the existing shares in order to retrieve the secret.
Basically what I'm looking for is the ability to do the following:
- Share a secret 'foo' with a required share count 'quorum' of 2, and generate 5 initial shares: s1, s2, s3.. s5.
- Suddenly, I want to generate another share in the collection (i.e. s6), which would remain consistent with both the secret and the rest of the existing shares 1-5
- For example, now I can provide shares s5 and s6, and it will still give me the secret 'foo'.
I personally am in great need of such a feature, and even though I realize, of course, that this is probably not a mandatory feature in general, I would very much appreciate if it were possible to incorporate it into the library.
In general though, I think this is one of the best (and only) libraries that support this valuable cryptographic function for PHP.
Regards.
Hi!
I am implementing a system, where it is required to generate extra shares once the initial quantity was generated, which can then be used in combination with some of the existing shares in order to retrieve the secret.
Basically what I'm looking for is the ability to do the following:
I personally am in great need of such a feature, and even though I realize, of course, that this is probably not a mandatory feature in general, I would very much appreciate if it were possible to incorporate it into the library.
In general though, I think this is one of the best (and only) libraries that support this valuable cryptographic function for PHP.
Regards.