Shamir Secret Sharing Scheme implementation by C#. This library is compatible with https://github.com/codahale/shamir .
dotnet build
dotnet 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.
MIT