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 more
  • confium-crypto-zk — ZK proofs of set membership, signature possession
  • confium-crypto-vss — Verifiable secret sharing, Paillier, Schnorr, range proofs
  • confium-ring — Threshold ring signatures

Concepts

These concepts are specified in the specs repo:

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