零知识证明 zkDaily
ZKP Frontier Tracker 🎯
Mon
06.08
2026
Project avatar
Paper
https://eprint.iacr.org/2026/1135
Pranav Shriram Arunachalaramanan PIR

Notes

零知识证明 zkDaily
Q&A Deep Dive 💬
Mon
06.08
2026
beginner
What is Private Information Retrieval (PIR)?
PIR is a privacy-preserving technique that allows a user to retrieve data from a database without revealing which record is being queried.
answer
intermediate
What is keyword-query PIR?
Traditional PIR retrieves data by index, while keyword-query PIR allows users to search by keywords without revealing the queried keyword.
answer
expert
How is PIR related to zero-knowledge proofs?
PIR focuses on hiding user queries, while zero-knowledge proofs verify computation correctness. Modern privacy systems often combine PIR with zkSNARKs to achieve both private and verifiable data access.
answer