Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement Private Information Retrieval for Key-Value Databases #2

Merged
merged 72 commits into from
Jan 25, 2025

Conversation

itzmeanjan
Copy link
Owner

Following https://ia.cr/2024/092 to implement ChalametPIR, a PIR scheme for key-value maps, using FrodoPIR ( https://ia.cr/2022/981 ) under the hood and Binary Fuse Filters ( https://arxiv.org/pdf/2201.01174 ).

  • Implementation added, supporting both {3,4} -wise XOR filters
  • Add tests ensuring functional correctness

It can be used for testing correctness of matrix multiplication implementation

Signed-off-by: Anjan Roy <[email protected]>
Signed-off-by: Anjan Roy <[email protected]>
…utation to avoid expensive cloning

Signed-off-by: Anjan Roy <[email protected]>
…fferent arities and also recovering value

Signed-off-by: Anjan Roy <[email protected]>
…overing values from underlying Binary Fuse Filter

Signed-off-by: Anjan Roy <[email protected]>
Signed-off-by: Anjan Roy <[email protected]>
@itzmeanjan itzmeanjan merged commit 74d2242 into main Jan 25, 2025
2 checks passed
@itzmeanjan itzmeanjan deleted the implement-pir branch January 25, 2025 16:21
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.

1 participant