Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bb::ParallelizesRelationBatching Concept Reference

#include <flavor_concepts.hpp>

Concept definition

template<typename T>
concept bb::ParallelizesRelationBatching = requires { requires T::PARALLELIZE_RELATION_BATCHING; }

Detailed Description

Definition at line 69 of file flavor_concepts.hpp.