Skip to content

alejandro-imt/multy-party-computation

Repository files navigation

Multy-party-computation

Description

This repository is for testing ideas about secure multi-party computation ideas for the PVS project.

Projects

  1. Implementation to understand the operating principles of ABY3, a secure 3-party computation protocol that allows addition, multiplication by a constant, and subtraction of secrets without communication between parties. Also, it allows the multiplication of secrets with O(1) communication between parties, and the same is true for dot product operations.
  2. An implementation for testing ideas for the computation of the Manhattan distance between codes in an SMPC setting. This approach is proposed to avoid the binary conversion of codes for the secure comparison of codes. This idea is for the sake of speeding up the comparison process in the SMPC setting.

About

MPC methods for secure vector coincidence verification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages