Purpose-built for phones and edge devices. Uses native ARM NEON SIMD instructions for near-2x faster transforms on Apple Silicon and Snapdragon. Compatible wire format with BFV — mobile encrypts, cloud computes.
BFV32 handles on-device encryption with native ARM performance. The compatible wire format means your cloud backend processes ciphertexts with full BFV-64 power.
32-bit native operations for ARM NEON performance. Same polynomial ring and security guarantees as BFV-64 — compatible at the wire level.
| Parameter | Value |
|---|---|
| Scheme | BFV (32-bit native ops) |
| Polynomial degree (N) | 4,096 |
| Modulus bit-width | 32-bit native |
| SIMD lanes | 4-lane NEON uint32x4_t |
| Wire format | BFV-compatible (interop with 64-bit cloud) |
| Target platforms | M1–M4 Apple Silicon, Snapdragon 8 Gen |
| Security level | 128-bit (NIST Level 1) |
Choose the performance level for your mobile workload. Both tiers use the same ARM NEON-optimized engine with BFV-compatible wire format.
curl -X POST https://api.h33.ai/v1/fhe/bfv32/encrypt \ -H "Authorization: Bearer $H33_API_KEY" \ -H "Content-Type: application/json" \ -d '{"plaintext": [128, 64, 32, ...], "mode": "turbo32"}'
curl -X POST https://api.h33.ai/v1/fhe/bfv32/inner-product \ -H "Authorization: Bearer $H33_API_KEY" \ -H "X-H33-Tier: standard32" \ -d '{"ciphertext_a": "ct_xyz", "ciphertext_b": "ct_abc"}'
BFV32 brings fully homomorphic encryption to mobile and edge devices. Encrypt on-device with ARM-native performance, compute in the cloud without decrypting.
ARM-native 32-bit FHE for mobile and edge. Compatible wire format with BFV-64 cloud. Free tier included.