Home > Resources > blogs > eid-privacy-zkp-vault
Reading list for ZKP algorithms and implementations (eid-privacy, 2026)¶
Summary¶
Introduces the ZKP Vault as the primary reading list for the eid-privacy project. Maps the vault's structure across four levels: native Sigma protocols (equality checks, range proofs), composed proofs (linking optimised algorithms), circuit-based proofs (R1CS constraint systems), and ZKP virtual machines. References Pedersen commitments as the entry-level building block and points to the ZKProof Wiki for a broad overview of deployed schemes.
Related resources¶
- ZKProof Wiki of Concrete ZKP Schemes (wiki)
- Pedersen Commitments (primitive)
- Sigma Protocols (primitive)