chore: fix typos (#519)

* Update pir-scaling-semaphore.md

* Update plasma-fold.md
This commit is contained in:
GarmashAlex
2025-07-23 13:52:15 +03:00
committed by GitHub
parent a9f7bae4e4
commit 2832c414bc
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ team:
#### Project Overview
The project tackles the privacy bottleneck that appears when Semaphore groups grow to millions of members. In large groups, a user must obtain their Merkle-path (all sibling hashes from leaf to root) from a remote database before they can create a zero-knowledge membership proof. Asking for that path naïvely reveals **which identity** they own.
The project tackles the privacy bottleneck that appears when Semaphore groups grow to millions of members. In large groups, a user must obtain their Merkle-path (all sibling hashes from leaf to root) from a remote database before they can create a zero-knowledge membership proof. Asking for that path natively reveals **which identity** they own.
This project solves the problem by letting users **query the server with Private Information Retrieval (PIR)**. PIR lets a client fetch database records without the server learning which records were requested, preserving full anonymity at Internet scale.

View File

@@ -50,7 +50,7 @@ Most L2s today struggle to scale without relying on increasingly expensive data
## Timeline & Milestones
- **Q4 2025:** Reference implementation for a privacy preserving implementatio
- **Q4 2025:** Reference implementation for a privacy preserving implementation
- **Beyond:** Explore multi-asset support and programmability
## Learn More