BFV with N=32768 polynomial degree. Exceeds AES-256 equivalent difficulty under quantum attack. For government, defense, SCIF environments, and data that must remain secure for decades.
The same API. The same pipeline. Dramatically higher security margin.
| Parameter | H33-128 | H33-256 |
|---|---|---|
| Polynomial degree (N) | 4,096 | 32,768 |
| Ciphertext modulus (Q) | 56-bit | 237-bit |
| Plaintext modulus (t) | 65,537 | 65,537 |
| SIMD slots | 32 | 256 |
| Security level | 128-bit (NIST L1) | 256-bit (NIST L5) |
| Auth latency (single) | 1.28ms | 5.98ms |
| Dilithium variant | ML-DSA-65 | ML-DSA-87 |
| Quantum resistance | AES-128 equiv | AES-256 equiv |
The quantum threat is not hypothetical. It is a matter of when, not if.
curl -X POST https://api.h33.ai/v1/fhe/h33-256/keygen \ -H "Authorization: Bearer $H33_API_KEY" \ -H "Content-Type: application/json" \ -d '{"security_level": 256}'
curl -X POST https://api.h33.ai/v1/fhe/h33-256/dilithium/encrypt \ -H "Authorization: Bearer $H33_API_KEY" \ -H "Content-Type: application/json" \ -d '{"plaintext": [1,0,1,...], "public_key": "..."}'
curl -X POST https://api.h33.ai/v1/fhe/h33-256/3key/biometric-match \ -H "Authorization: Bearer $H33_API_KEY" \ -H "Content-Type: application/json" \ -d '{"ciphertext_a": "...", "ciphertext_b": "...", "threshold": 0.85}'
H33-256's N=32,768 ring dimension provides 4× more computational headroom than H33-128. Noise Pilot leverages this margin to deliver deeper circuits and longer-lived ciphertexts.
H33-256 meets the highest bar for cryptographic compliance in government and enterprise deployments.
Maximum security for the environments where compromise is not an option.
256-bit post-quantum security. One API call. The same interface as H33-128.
Get API Key →