Re: Improved PostgreSQL Mathematics Support.

2021-09-19 Thread Private Information Retrieval(PIR)
Your request is essentially to wrap the GMP library into native types in Postgres. This can be done as custom types and adding postgres extensions as you suggested originally. The work to be done is straightforward, but there is a lot of work so it would take a awhile to implement. The big

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

2021-09-13 Thread Private Information Retrieval(PIR)
are building on top of it. MucPIR Team [1] https://eprint.iacr.org/2017/1142.pdf Sent with ProtonMail Secure Email. ‐‐‐ Original Message ‐‐‐ On Sunday, September 12th, 2021 at 1:00 PM, Andrey Borodin wrote: > Hi! > > > 12 сент. 2021 г., в 18:02, Private Information R

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