mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
chore: fix typos (#519)
* Update pir-scaling-semaphore.md * Update plasma-fold.md
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user