atoulme opened a new issue #53: Shamir secret cryptography
URL: https://github.com/apache/incubator-tuweni/issues/53
 
 
   Shamir secrets are used to store secrets and share them with multiple 
parties. Only by associating all or some of the pieces of the secret together 
can the recipient recreate the original message.
   
   **Motivation**
   Shamir secrets are useful tools for creating partial messages that can be 
sent over gossiping networks. They preserve a form of privacy.
   
   **Scope of work**
   * Review existing Shamir secret implementations out there. Some exist in 
Java but are no longer maintained.
   * Implement an easy Shamir secret generation and recovery.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to