10 packages tagged with “Shamir”
An C# implementation of Shamir's Secret Sharing
Splits up secrets using Shamir's thresholding secret-sharing scheme
Secret sharing core library offers implementation of Shamir, Benloh Leichter generalized access structure using monotone functions, and publicly verifiable secret sharing scheme by Schoenmakers
A .NET implementation of Shamir's Secret Sharing
A pure C# implementation of Shamir's Secret Sharing (SSS) scheme, designed for .NET 8/9 without external library dependencies beyond the .NET Base Class Library.
Shamir's Secret-Sharing for Mnemonic Codes in C#
A sample showing how to use SecretSplitter to split up a secret and SecretCombiner to recover it.
A simple implementation in C# of Shamir's secret sharing algorithm.