A .NET implementation of Shamir's Secret Sharing.
Info
| Version: | 1.0.3 |
| Author(s): | Jack Matusiewicz |
| Last Update: | Wednesday, May 16, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/JackMatusiewicz/SecretSharing |
| NuGet Url: | https://www.nuget.org/packages/SecretSharing |
Install
Install-Package SecretSharing
dotnet add package SecretSharing
paket add SecretSharing
SecretSharing Download (Unzip the "nupkg" after downloading)
Dependencies
- FSharp.Compiler.Tools(>= 4.1.23)
- FSharp.Core(>= 4.2.3)
- System.ValueTuple(>= 4.3.0)
Tags