Confium Verify
Confium Verify is the verification product: lightweight, multi-language verification for composite signatures, transparency proofs, and certificate chains. Verifier-only by design.
Components
confium-wasm— Browser/Node/edge verifier via WASMconfium-verify-server— HTTP verification serviceconfium-composite— Composite signature verification (shared with PKI)confium-python— Python bindingsconfium-node— Node.js bindingsconfium-go— Go bindingsconfium-ruby(sibling repo) — Ruby gem
Concepts
These topics are specified in the specs repo:
Batch verification uses an LRU cache — see the Rust API docs for details.
How-to
Practical recipes live in the Cookbook:
Reference
In this section
- Concepts — graduated verification, five surfaces, the SIGNATIF pipeline
- How-to — CLI, browser WASM, HTTP server
- Reference — CLI