Lux Docs
Fhe

FHE Coprocessor

GPU-accelerated FHE computation workers

The FHE coprocessor (github.com/luxfi/fhe-coprocessor) offloads intensive FHE operations to GPU workers.

Architecture

EVM → FHE Precompile → Coprocessor Queue → GPU Worker → Result Cache → EVM

Deployment

apiVersion: apps/v1
kind: Deployment
metadata:
  name: fhe-coprocessor
spec:
  template:
    spec:
      containers:
        - name: coprocessor
          image: ghcr.io/luxfi/fhe-coprocessor:latest
          resources:
            limits:
              nvidia.com/gpu: 1

Performance

OperationCPUGPUSpeedup
Bootstrap50ms5ms10x
Add1ms0.1ms10x
Mul10ms1ms10x

On this page