Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bigfield_secp256k1.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, secp256k1::FqParams>;
10template class bigfield<UltraCircuitBuilder, secp256k1::FrParams>;
11template class bigfield<MegaCircuitBuilder, secp256k1::FqParams>;
12template class bigfield<MegaCircuitBuilder, secp256k1::FrParams>;
13} // namespace bb::stdlib