Private Information Retrieval (PIR) as a C/C++ Aggregate Extension - Mailing list pgsql-hackers

From Private Information Retrieval(PIR)
Subject Private Information Retrieval (PIR) as a C/C++ Aggregate Extension
Date
Msg-id WhepVSZZxF7wa1ZkCIW269qdHHoI0KhlSsTNe3r_NRRI8IFCIxNphsqmzXTE0LMik1IpYU4U7rY0rnv3R5V2jWPynphGtfAGkfibFyElonA=@pm.me
Whole thread Raw
Responses Re: Private Information Retrieval (PIR) as a C/C++ Aggregate Extension  (Andrey Borodin <x4mmm@yandex-team.ru>)
List pgsql-hackers
Hello,

I've created a Postgresql C/C++ Aggregate Extension implementing Private Information Retrieval (PIR) using Homomorphic Encryption. The open sourced version can be found here: https://github.com/ReverseControl/MuchPIR .

In essence, with PIR we can retrieve data from any row in a table without revealing to the server doing the search which row data was retrieved, or whether the data was found at all. 

I am seeking feedback from the postgres community on this extension. Is it something of interest? Is it something anyone would like to contribute to and make better? Is there similar work already publicly available? Any reference would be greatly appreciated.

Thank you.

Sent with ProtonMail Secure Email.

pgsql-hackers by date:

Previous
From: Etsuro Fujita
Date:
Subject: Doc: Extra type info on postgres-fdw option import_generated in back branches
Next
From: "Joel Jacobson"
Date:
Subject: Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[]