NillionNetwork/nada-by-example

Secure Set Intersection

オープン

#6 opened on 2024/08/13

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (10 件のフォーク)auto 404
enhancementgood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (11 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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

コントリビューターガイド