jiff
jiff copied to clipboard
JavaScript library for building web-based applications that employ secure multi-party computation (MPC).
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
When I try to connect, while the server is running, the Sum-Button stays disabled. After checking the Webconsole it tells me "sodium_" is null, which looks okay, as opt.sodium is...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...
i need to generate private key and sharing key for each client party how to use this case
On the [Website](https://multiparty.org/jiff/docs/jsdoc/index.html) there is a Hyperlink "Tutorials", which links to [https://multiparty.org/jiff/docs/jsdoc/intro.html](https://multiparty.org/jiff/docs/jsdoc/intro.html). This page is a 404 for me.
This PR adds code coverage through nyc, merges the results of each run, and uploads it to Coveralls. Please squash, lots of test commits just to get Travis working.
Bug report under Branch 197_GMW commit dbd50b91355cdd16b89193b5a44cccba33610949 bug detail: 1) gmw_and fails under parallel tests. 2) but works for parallel with party_count=2 reproduce: 1) can run the demos/GMW_demo test to...
The [Hooks architecture](https://multiparty.org/jiff/docs/jsdoc/hooks-overview.html) supports passing custom functions to the jiff instance within the options object. Currently `JIFFClient.get_preprocessing()` and `JIFFClient.store_preprocessing()` are called directly. To allow developers to implement custom storage and...