Skip to content

Implement secret sharing for PSI protocol#2

Open
Alec-xdu wants to merge 2 commits into
mainfrom
cursor/implement-secret-sharing-for-psi-protocol-21c8
Open

Implement secret sharing for PSI protocol#2
Alec-xdu wants to merge 2 commits into
mainfrom
cursor/implement-secret-sharing-for-psi-protocol-21c8

Conversation

@Alec-xdu
Copy link
Copy Markdown
Owner

Replace FHE-based polynomial power computation in APSI with a secret sharing scheme.

The original APSI protocol relies on Fully Homomorphic Encryption (FHE) for polynomial power calculations, which is computationally expensive. This change introduces a secret slice sharing approach using Beaver triples, aiming to significantly reduce computational overhead and simplify the cryptographic primitives involved.


Open in Cursor Open in Web

Learn more about Cursor Agents

Co-authored-by: malec1767 <malec1767@gmail.com>
@Alec-xdu Alec-xdu marked this pull request as ready for review August 1, 2025 07:21
@Alec-xdu Alec-xdu closed this Aug 1, 2025
Co-authored-by: malec1767 <malec1767@gmail.com>
@Alec-xdu Alec-xdu reopened this Aug 1, 2025
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