Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
circuit_type.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
8
#include <concepts>
9
#include <cstdint>
10
11
namespace
bb
{
12
enum class
CircuitType
: uint32_t {
STANDARD
= 0,
ULTRA
= 2,
UNDEFINED
= 3 };
13
14
template
<
typename
T,
typename
... U>
15
concept
IsAnyOf
= (
std::same_as<T, U>
|| ...);
16
}
// namespace bb
bb::IsAnyOf
Definition
circuit_type.hpp:15
bb
Entry point for Barretenberg command-line interface.
Definition
acir_format_getters.cpp:6
bb::CircuitType
CircuitType
Definition
circuit_type.hpp:12
bb::CircuitType::UNDEFINED
@ UNDEFINED
bb::CircuitType::STANDARD
@ STANDARD
bb::CircuitType::ULTRA
@ ULTRA
std::get
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition
tuple.hpp:13
src
barretenberg
honk
types
circuit_type.hpp
Generated by
1.9.8