Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
bigfield_secp256r1.cpp
Go to the documentation of this file.
1// === AUDIT STATUS ===
2// internal: { status: Complete, auditors: [Suyash], commit: }
3// external_1: { status: not started, auditors: [], commit: }
4// external_2: { status: not started, auditors: [], commit: }
5// =====================
6
11#include "bigfield_impl.hpp"
12
13namespace bb::stdlib {
14// 2 builders x (Fr, Fq)
15template class bigfield<UltraCircuitBuilder, secp256r1::FqParams>;
16template class bigfield<UltraCircuitBuilder, secp256r1::FrParams>;
17template class bigfield<MegaCircuitBuilder, secp256r1::FqParams>;
18template class bigfield<MegaCircuitBuilder, secp256r1::FrParams>;
19} // namespace bb::stdlib