Skip to content

Implement secret sharing for PSI protocol - #1

Draft
p0larstern77 wants to merge 1 commit into
mainfrom
cursor/implement-secret-sharing-for-psi-protocol-16bf
Draft

p0larstern77 wants to merge 1 commit into
mainfrom
cursor/implement-secret-sharing-for-psi-protocol-16bf

Conversation

@p0larstern77

Copy link
Copy Markdown
Owner

Implement a secret sharing-based PSI protocol to replace the FHE component in APSI.

The original APSI uses Fully Homomorphic Encryption (FHE) for polynomial evaluation, which can be computationally intensive. This PR introduces an alternative using arithmetic secret sharing with Beaver triples, which can offer performance benefits and simplify dependencies by leveraging OpenSSL instead of SEAL.


Open in Cursor Open in Web

Learn more about Cursor Agents

Co-authored-by: 21009201404 <21009201404@stu.xidian.edu.cn>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants