ZK-Flex Puts the Prover Bottleneck on a Hardware Diet
A paper accepted at DAC 2026 proposes a software–hardware co-designed architecture for faster zero-knowledge proof generation, with reported gains of up to 11.5× against a prior accelerator.

Zero-knowledge systems are often discussed as a verification technology, but their practical bottleneck is usually elsewhere: generating the proof. A new paper, ZK-Flex, proposes a tightly coupled software-and-hardware design aimed at making that prover workload more flexible and efficient.
The work, submitted to arXiv on June 2, 2026, was accepted at the 63rd ACM/IEEE Design Automation Conference held July 26–29. Its central idea is to coordinate workload-aware software scheduling with a reconfigurable accelerator instead of treating the prover and the chip as separate optimization problems.
ZK-Flex targets two expensive parts of proof generation: polynomial operations and elliptic-curve operations. Its software layer chooses algorithms and schedules based on the workload and available hardware. Its hardware layer introduces TCore, a multi-precision arithmetic core based on Toom–Cook multiplication, alongside a flexible network-on-chip and linked-list memory mechanism intended to keep parallel units busy when memory is constrained.
The design supports several operand widths, including 256-, 384- and 768-bit arithmetic. It also supports mixed-radix number-theoretic-transform schedules and multi-scalar multiplication, two workloads that commonly dominate proving systems. That flexibility matters because different proof applications do not stress the same kernels in the same proportions.
In the authors’ evaluation, ZK-Flex delivered an average 5.52× reduction in proof-generation latency compared with the best prior design they evaluated, with a best-case speedup of 11.5×. The paper also reports average area-efficiency gains of 1.85× and a maximum of 3.8×. The reported speedups come from the authors’ representative benchmarks and hardware modeling, not from independent production deployments or a demonstrated commercial chip.
The more important shift is architectural. ZK acceleration is moving beyond a single-purpose circuit or a generic GPU kernel toward systems that adapt the algorithm, precision, memory layout and hardware configuration together. For rollups, private computation and verifiable machine learning, that could make proving capacity a more predictable infrastructure resource.
It does not remove the hard parts. Higher-scale experiments still identify memory bandwidth as a limiting factor, and the accelerator can be underutilized for some radix choices. The next test is therefore not only whether ZK-Flex’s modeled gains survive fabrication, but whether its flexibility translates into reliable economics across real proving workloads.
For ZK builders, the takeaway is straightforward: the next prover breakthrough may come as much from compiler-style workload decisions and memory movement as from a new cryptographic protocol.
Get the wire in your inbox
Every new signal, straight from the generator. No noise, unsubscribe anytime.


