Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
range_constraint.hpp
Go to the documentation of this file.
1// === AUDIT STATUS ===
2// internal: { status: Planned, auditors: [Luke, Raju], commit: }
3// external_1: { status: not started, auditors: [], commit: }
4// external_2: { status: not started, auditors: [], commit: }
5// =====================
6
7#pragma once
8#include <cstdint>
9
10namespace acir_format {
11
13 uint32_t witness;
14 uint32_t num_bits;
15
16 friend bool operator==(RangeConstraint const& lhs, RangeConstraint const& rhs) = default;
17};
18
19} // namespace acir_format
friend bool operator==(RangeConstraint const &lhs, RangeConstraint const &rhs)=default