Skip to content

shamir secrets sharing implementation in csharp, compatible with codahale/shamir

Notifications You must be signed in to change notification settings

pad01g/CodahaleShamirCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is this?

Shamir Secret Sharing Scheme implementation by C#. This library is compatible with https://github.com/codahale/shamir .

NuGet version

Build

dotnet build

Run test

dotnet test

Note on test

For polyglot testing, we use

  • nodejs

We currently use relative path ../../../ext/cli.js for testing js compatibility, so it might not work on other environment.

License

MIT

About

shamir secrets sharing implementation in csharp, compatible with codahale/shamir

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published