Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
fuzzer_constants.hpp
Go to the documentation of this file.
1#pragma once
2#include <cstdint>
3
4enum CircuitType : uint64_t { Standard = 1 << 0, Ultra = 1 << 1 };
CircuitType
@ Ultra
@ Standard