Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ultra_rollup_recursive_flavor.hpp
Go to the documentation of this file.
1
// === AUDIT STATUS ===
2
// internal: { status: Planned, auditors: [], commit: }
3
// external_1: { status: not started, auditors: [], commit: }
4
// external_2: { status: not started, auditors: [], commit: }
5
// =====================
6
7
#pragma once
8
#include "
barretenberg/flavor/ultra_recursive_flavor.hpp
"
9
#include "
barretenberg/flavor/ultra_rollup_flavor.hpp
"
10
11
namespace
bb
{
12
22
template
<
typename
BuilderType>
class
UltraRollupRecursiveFlavor_
:
public
UltraRecursiveFlavor_
<BuilderType> {
23
public
:
24
using
NativeFlavor
=
UltraRollupFlavor
;
25
};
26
27
}
// namespace bb
bb::UltraRecursiveFlavor_
The recursive counterpart to the "native" Ultra flavor.
Definition
ultra_recursive_flavor.hpp:37
bb::UltraRollupFlavor
UltraRollupFlavor extends UltraFlavor with IPA proof support.
Definition
ultra_rollup_flavor.hpp:17
bb::UltraRollupRecursiveFlavor_
The recursive counterpart to the "native" UltraRollupFlavor.
Definition
ultra_rollup_recursive_flavor.hpp:22
bb
Entry point for Barretenberg command-line interface.
Definition
api.hpp:5
ultra_recursive_flavor.hpp
ultra_rollup_flavor.hpp
src
barretenberg
flavor
ultra_rollup_recursive_flavor.hpp
Generated by
1.9.8