Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
uintx.cpp
Go to the documentation of this file.
1// === AUDIT STATUS ===
2// internal: { status: Complete, auditors: [Luke], commit: }
3// external_1: { status: not started, auditors: [], commit: }
4// external_2: { status: not started, auditors: [], commit: }
5// =====================
6
8#include "uintx_impl.hpp"
9
10namespace bb::numeric {
11
12template class uintx<numeric::uint256_t>;
13template class uintx<uint512_t>;
14
15} // namespace bb::numeric