#zero-knowledge
A set of research notes and deep dives focused on correctness, security, and operational evidence.
Best starting points
PQC Research Series — Part 3
QROM is not “ROM but stronger.” It changes the oracle interface (superposition queries), breaks classical proof tactics (rewinding/programming), and turns Fiat–Shamir security into a tighter, system-bound claim.
CPZKp - Building Practical Zero-Knowledge Proofs in Rust from Scratch
A deep technical dive into the motivations, design, and implementation of CPZKp, a Chaum-Pedersen based ZK authentication library in Rust.
Roadmap
- Start with assumptions and invariants
- Enumerate failure modes and attack surfaces
- Define what to monitor and how to roll back