NillionNetwork/nada-by-example

Secure Set Intersection

开放

#6 创建于 2024年8月13日

 (0 条评论) (0 个反应) (0 位负责人)Python (10 个派生)auto 404
enhancementgood first issuehacktoberfesthelp wanted

仓库指标

星标
 (11 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南