Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
eccvm_trace_checker.hpp
Go to the documentation of this file.
1#pragma once
3
4namespace bb {
6 public:
7 static bool check(ECCVMCircuitBuilder&,
8 numeric::RNG* engine_ptr = nullptr
9#ifdef FUZZING
10 ,
11 bool disable_fixed_dyadic_trace_size = false
12#endif
13 );
14};
15} // namespace bb
static bool check(ECCVMCircuitBuilder &, numeric::RNG *engine_ptr=nullptr)
Entry point for Barretenberg command-line interface.
Definition api.hpp:5