Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 505 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 505 Bytes

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