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 };
5enum BigCurveType : uint64_t { BN254 = 1 << 0, BN254_BF = 1 << 1, Secp256k1 = 1 << 2, Secp256r1 = 1 << 3 };
BigCurveType
@ Secp256k1
@ BN254_BF
@ BN254
@ Secp256r1
CircuitType
@ Ultra
@ Standard