Private Information Retrieval (PIR) as a C/C++ Aggregate Extension

Поиск
Список
Период
Сортировка
От Private Information Retrieval(PIR)
Тема Private Information Retrieval (PIR) as a C/C++ Aggregate Extension
Дата
Msg-id WhepVSZZxF7wa1ZkCIW269qdHHoI0KhlSsTNe3r_NRRI8IFCIxNphsqmzXTE0LMik1IpYU4U7rY0rnv3R5V2jWPynphGtfAGkfibFyElonA=@pm.me
обсуждение исходный текст
Ответы Re: Private Information Retrieval (PIR) as a C/C++ Aggregate Extension  (Andrey Borodin <x4mmm@yandex-team.ru>)
Список 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 по дате отправления:

Предыдущее
От: Etsuro Fujita
Дата:
Сообщение: Doc: Extra type info on postgres-fdw option import_generated in back branches
Следующее
От: "Joel Jacobson"
Дата:
Сообщение: Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[]