cryptography

Flock: Fast Proving for Batch Boolean Computations

arXiv:2607.27491

summary

The paper presents Flock, a hash‑based SNARK that enables extremely fast proving of large batches of Boolean computations such as SHA‑256, Keccak, and BLAKE3, achieving throughput close to native execution speeds.

Abstract

For many applications of SNARKs, a key bottleneck is proving large batches of standard cryptographic hash evaluations, such as SHA-256, Keccak, or BLAKE3. We introduce Flock, a hash-based SNARK for extremely fast proving of such batched Boolean computations. Flock proves batches of the same R1CS circuit (plus input/output relations between them), can prove hash-chains and Merkle path openings, and in principle can be extended to full-fledged hash-based signature verification. At its core, Flock combines new optimizations for the lincheck and zerocheck protocols with an aggressively optimized proof-of-concept implementation co-designed by coding agents. On a single core of an M4 Max processor, Flock proves 82k evaluations of the BLAKE3 compression function, 42k SHA-256 compressions, and 30k Keccak permutations per second --- less than a overhead over native execution. On ten cores, throughput exceeds 660k BLAKE3 compressions per second; in proving SHA-256, Flock is more than faster than Binius64, the prior state of the art, and more than faster than the fastest elliptic curve-based SNARK we measured against.

See eprint https://eprint.iacr.org/2026/1329 for up to date version

Topics & keywords

#snarks#batch verification#hash functions#zero-knowledge proofs#performance optimizationFlocklincheckzerocheckR1CSBLAKE3SHA-256KeccakMerkle pathproof throughput
Flock: Fast Proving for Batch Boolean Computations · wovepaper