Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
keccak_constraint.hpp
Go to the documentation of this file.
1// === AUDIT STATUS ===
2// internal: { status: Complete, auditors: [Nishat], commit: }
3// external_1: { status: not started, auditors: [], commit: }
4// external_2: { status: not started, auditors: [], commit: }
5// =====================
6
7#pragma once
9#include <array>
10#include <cstdint>
11#include <vector>
12
13namespace acir_format {
14
17 std::array<uint32_t, 25> result;
18
19 friend bool operator==(Keccakf1600 const& lhs, Keccakf1600 const& rhs) = default;
20};
21
22template <typename Builder>
24
25} // namespace acir_format
AluTraceBuilder builder
Definition alu.test.cpp:124
void create_keccak_permutations_constraints(Builder &builder, const Keccakf1600 &constraint)
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13
std::array< uint32_t, 25 > result
std::array< WitnessOrConstant< bb::fr >, 25 > state
friend bool operator==(Keccakf1600 const &lhs, Keccakf1600 const &rhs)=default