Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bigfield_bn254.cpp
Go to the documentation of this file.
5#include "bigfield_impl.hpp"
6
7namespace bb::stdlib {
8// 2 builders x (Fr, Fq)
9template class bigfield<UltraCircuitBuilder, Bn254FqParams>;
10template class bigfield<UltraCircuitBuilder, Bn254FrParams>;
11template class bigfield<MegaCircuitBuilder, Bn254FqParams>;
12template class bigfield<MegaCircuitBuilder, Bn254FrParams>;
13} // namespace bb::stdlib