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

2021-09-13 Thread Private Information Retrieval(PIR)
Yes, that is accurate. You can think of PIR as an aggregator. The amount of data per query is already limited. In fact, the naive implementation of Information Theoretic PIR requires the transmission of the entire database. MuchPIR implementation makes use of the already optimized query/respons

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

2021-09-12 Thread Andrey Borodin
Hi! > 12 сент. 2021 г., в 18:02, Private Information Retrieval(PIR) > написал(а): > > 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/ReverseCo

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

2021-09-12 Thread Private Information Retrieval(PIR)
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 wit