Confium Privacy
Confium Privacy is the privacy-preserving-crypto product: 15+ standalone primitives for building applications that compute on shared data without revealing it.
Components
confium-privacy— PSI, PIR, DP, MPC, ring sigs, blind sigs, adaptor sigs, VRF, VDF, and moreconfium-crypto-zk— ZK proofs of set membership, signature possessionconfium-crypto-vss— Verifiable secret sharing, Paillier, Schnorr, range proofsconfium-ring— Threshold ring signatures
Concepts
These concepts are specified in the specs repo:
- Private Set Intersection (PSI)
- Multi-party Computation (MPC / SPDZ)
- Differential Privacy (DP)
- Ring signatures
PIR, blind signatures, VRF, and VDF are implemented in
confium-privacy but don’t have standalone specs yet — see the
Rust API docs for details.
How-to
Practical recipes live in the Cookbook:
Reference
In this section
- Concepts — PSI, differential privacy, MPC/OT
- How-to — run PSI, add DP noise, ring signatures
- Reference — CLI