CRMar 24

Gyokuro: Source-assisted Private Membership Testing using Trusted Execution Environments

arXiv:2603.232265.1h-index: 69
Predicted impact top 77% in CR · last 90 daysOriginality Incremental advance
AI Analysis

This addresses privacy and efficiency issues in applications like certificate transparency and supply-chain auditing, offering a novel approach but with incremental improvements in specific contexts.

The paper tackles the challenge of designing efficient, scalable, and privacy-preserving Source-assisted Private Membership Testing (SPMT) by introducing Gyokuro, which uses Trusted Execution Environments (TEEs) to produce proofs of server progress instead of traditional proofs of data existence, achieving 7 ms latency and 1400 requests/sec/core throughput.

Private Membership Testing (PMT) protocols enable clients to verify whether a certain data item is included in a database without revealing the item to the database operator or other external parties. This paper examines Source-assisted PMT (SPMT), in which clients leverage compact data source-provided information issued when the data item is first submitted to the database. SPMT is relevant in applications such as certificate transparency and supply-chain auditing; yet, designing an approach that is efficient, scalable, and privacy-preserving remains a challenge. This work presents Gyokuro, which takes a different approach to conventional membership testing schemes. Instead of requesting the server to produce a proof attesting that a certain data item exists in the database, we leverage Trusted Execution Environments (TEEs) to produce proofs demonstrating that the server has made enough progress to add the data item to the database. With the help of existing monitoring services, clients can infer that no items have been removed from the database. This allows Gyokuro to provide strong privacy guaranties and achieve high efficiency, as a client's membership testing query does not include any information regarding their interests, and eliminates the need for complex and inefficient protection mechanisms. Additionally, this approach enables membership testing on large-scale databases, since the communication and computation required are independent of the database size. Our evaluations show practical feasibility, achieving 7 ms membership testing latency and throughput of around 1400 requests/sec/core.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes