The φCrypt suite, computed live in your browser via WebAssembly — no server, no pre-baked numbers. The suite is built around one design decision: the signature, the proof system, and the recursion all share a single prime field, so a signature's verification arithmetic is native to the circuits that prove statements about it. That is what the first tab shows — a zero-knowledge proof system checking signature verification work, verified live on this page. Around that core sit two independent hardness assumptions: hash-based (φHash: φSign, φCipher) and lattice-based (Module-LWE/SIS: φKEM, φDSA). The independence is at the assumption level, not the implementation — φHash is a shared component across the hash leg and φKEM's instantiation, not a firewall; φDSA alone has zero φHash dependency. The Security model tab carries the exact dependency map, the measured costs, and every caveat.

Pre-production. These primitives already run in shipped internal infrastructure (phi-sqlvfs, the mobile wallet's JSI bridges), and the suite is under external cryptanalysis review that has not yet reported. Until it does, treat every number on this page as this team's own estimate, not an audited guarantee — see Related packages for exactly what depends on what today.
Loading WebAssembly module…