Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
flavor_settings.hpp
Go to the documentation of this file.
1// This file exists so that we can have access to these definitions without including the whole flavor.
2#pragma once
3
9
10namespace bb::avm2 {
11
13 public:
17 using PCS = KZG<Curve>;
18
19 using FF = G1::Fr;
22 using GroupElement = G1::element;
23 using Commitment = G1::affine_element;
24 using CommitmentHandle = G1::affine_element;
27};
28
29} // namespace bb::avm2
CommitmentKey object over a pairing group 𝔾₁.
G1::affine_element CommitmentHandle
typename bb::g1 Group
Definition bn254.hpp:20
constexpr decltype(auto) get(::tuplet::tuple< T... > &&t) noexcept
Definition tuple.hpp:13