Run live post-quantum cryptographic operations against the production backend. Real FHE encryptions. Real STARK proofs. Real Dilithium signatures. Every result is independently verifiable.
FHE encrypt → inner product → decrypt.
128-bit lattice security with BFV scheme.
Same pipeline at 256-bit security. CRYSTALS-Dilithium Level 5 signatures.
FHE encrypt + STARK proof + Dilithium attestation. Complete 7-layer post-quantum pipeline.
Every cryptographic operation above executes on AWS Graviton4 (ARM Neoverse V2 microarchitecture) —
the same production infrastructure that sustains 2,172,518 authentications per second.
This is not a simulation. The API at api.h33.ai runs our full post-quantum pipeline in Rust on bare-metal ARM silicon.
The metal-48xl instance provides 96 dedicated physical cores (not shared vCPUs) with the full Neoverse V2 instruction set, including NEON SIMD. Our Rust engine exploits this at every layer:
The result: a full 7-layer post-quantum pipeline (FHE encrypt → BFV inner product → STARK lookup proof → Dilithium attestation → decision) completes in ~1.36ms single-thread. With 96-worker parallelism and 32-user batching, the metal instance sustains 2,172,518 auth/sec (±0.3% run-to-run variance). That's ~42µs per authentication — 220× faster than a human blink.