Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
field.hpp
Go to the documentation of this file.
1// WARNING: Use this field definition only for simulation and tracegen.
2// In the constraints we need to use the Flavor so that it works well with recursion.
3#pragma once
4
7
8namespace bb::avm2 {
9
11using Fq = AvmFlavorSettings::G1::Fq;
13
14} // namespace bb::avm2
AvmFlavorSettings::G1::Fq Fq
Definition field.hpp:11
AvmFlavorSettings::FF FF
Definition field.hpp:10