NillionNetwork/nada-by-example

Secure Set Intersection

Open

#6 opened on Aug 13, 2024

 (0 comments) (0 reactions) (0 assignees)Python (10 forks)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (11 stars)
PR merge metrics
 (PR metrics pending)

Description

Request a New Nada Example

Description

Compute the intersection of lists of SecretInteger Inputs held by different parties without revealing the lists themselves.

Use Case

Useful in collaborative filtering, private matching, or secure data sharing scenarios.

Specific Requirements

  • Inputs are SecretInteger lists from at least 2 parties
  • Outputs are the common integer values

Contributor guide