Advanced Cryptography & Theoretical Reading List
This page contains theoretical, mathematical, and research-level resources that I personally study out of curiosity and long-term growth.
Most of these materials are not required for daily smart contract audits. They do not target common Solidity vulnerabilities or DeFi exploit patterns.
Instead, they focus on the foundational mathematics and advanced cryptography that power Web3, zero-knowledge systems, elliptic curve cryptography, and protocol security at the deepest level.
I keep this list for fundamental knowledge polishing, and future in-depth security research.
Advanced Theoretical Books & Resources
- Handbook of Finite Fields (Mullen/Panario) — The definitive handbook for finite field mathematics, essential for deep ZK and elliptic curve research
- Elements of Cryptanalysis — Comprehensive cryptanalysis textbook covering classical ciphers to post-quantum cryptography with practical code exercises