SyMPC icon indicating copy to clipboard operation
SyMPC copied to clipboard

A SMPC companion library for Syft

Results 190 SyMPC issues
Sort by recently updated
recently updated
newest added

## Description A clear and concise description of the bug. ## How to Reproduce 1. Go to '...' 2. Click on '...' 3. Scroll down to '...' 4. See error...

## Feature Description Can you add support for protocols that work in the preprocessing model? For instance, TurboSpeedz (https://ia.cr/2019/080) for the SPDZ line of work, ASTRA (https://ia.cr/2019/429) for the 3-party...

Type: New Feature :heavy_plus_sign:

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

Bumps [notebook](http://jupyter.org) from 6.4.1 to 6.4.12. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=notebook&package-manager=pip&previous-version=6.4.1&new-version=6.4.12)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

## Description Closes #230. ## Affected Dependencies N.A. ## How has this been tested? Python tests have passed successfully. ## Checklist - [x] I have followed the [Contribution Guidelines](https://github.com/OpenMined/.github/blob/master/CONTRIBUTING.md) and...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...

## Description Write tests for the `cat` method from `ShareTensor`

Type: Improvement :chart_with_upwards_trend:

## Question Is the method of FSS comparison strictly implemented as the same as the method in the paper (ARIANN: Low-Interaction Privacy-Preserving Deep Learning via Function Secret Sharing)? ## Further...

Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of this project. #### Changes included in this PR - Changes to the following...

## Description When I using a tensor with big number for compare with 0, it return wrong result from FSS protocal. ## How to Reproduce 1. test code: ```import syft...