Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ultra_zk_recursive_flavor.hpp
Go to the documentation of this file.
1// === AUDIT STATUS ===
2// internal: { status: not started, auditors: [], date: YYYY-MM-DD }
3// external_1: { status: not started, auditors: [], date: YYYY-MM-DD }
4// external_2: { status: not started, auditors: [], date: YYYY-MM-DD }
5// =====================
6
7#pragma once
11
12namespace bb {
13
28template <typename BuilderType> class UltraZKRecursiveFlavor_ : public UltraRecursiveFlavor_<BuilderType> {
29 public:
31
32 static constexpr bool HasZK = true;
33
35};
36
37} // namespace bb
The recursive counterpart to the "native" Ultra flavor.
Child class of UltraFlavor that runs with ZK Sumcheck.
static constexpr size_t BATCHED_RELATION_PARTIAL_LENGTH
The recursive counterpart to the Ultra flavor with ZK.
static constexpr size_t BATCHED_RELATION_PARTIAL_LENGTH
Entry point for Barretenberg command-line interface.