Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
ultra_keccak_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// TODO: the only change should be making honk generic over the transcript
8#pragma once
10
11namespace bb {
12
28
29} // namespace bb
Common transcript class for both parties. Stores the data for the current round, as well as the manif...
CommitmentKey object over a pairing group 𝔾₁.
Base Native verification key class.
Definition flavor.hpp:172
A container encapsulating all the commitments that the verifier receives (to precomputed polynomials ...
bb::crypto::Keccak HashFunction
static constexpr bool USE_PADDING
Wrapper holding a verification key and its precomputed hash.
Definition flavor.hpp:591
A wrapper class used to construct KeccakTranscript.
Definition keccak.hpp:52
Entry point for Barretenberg command-line interface.
Definition api.hpp:5