Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
gemini.cpp
Go to the documentation of this file.
1// === AUDIT STATUS ===
2// internal: { status: not started, auditors: [], date: YYYY-MM-DD }
3// external_1: { status: not started, auditors: [], date: YYYY-MM-DD }
4// external_2: { status: not started, auditors: [], date: YYYY-MM-DD }
5// =====================
6
8#include "gemini_impl.hpp"
9namespace bb {
10template class GeminiProver_<curve::BN254>;
11template class GeminiProver_<curve::Grumpkin>;
12}; // namespace bb
Entry point for Barretenberg command-line interface.