Shamir's Secret Sharing Scheme
This is a fork of B. Poettering's SSSS ("Shamir's Secret Sharing Scheme").
This fork exists to simplify the build process a bit, and make minor changes to the tool that will facilitate its use in real-world usage scenarios.
Please read B. Poettering's page on SSSS before proceeding.
http://point-at-infinity.org/ssss/index.html
This fork is based on ssss-0.5.tar.gz (SHA1: 3f8f5046c2c5c3a2cf1a93f0a9446681852b190e).
This fork deviates from the original in the following ways:
- The patch specified on the author's page to fix builds on some systems is applied.
- ALL warnings/error messages/secondary output are directed to STDERR, and all shares/reconstructed secrets are directed to STDOUT.
- Detailed instructions are included for MacOS X users on how to prepare their machine for building this tool.
- A binary distribution for MacOS X will be provided.
- Instead of just providing a SHA1 of the source, I will be using git signed tags to provide verifiability.
This fork follows the same license as the original software: The GPLv2. See LICENSE for more information.