|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include <cstdint>Go to the source code of this file.
Enumerations | |
| enum | CircuitType : uint64_t { Standard = 1 << 0 , Ultra = 1 << 1 } |
| enum | BigCurveType : uint64_t { BN254 = 1 << 0 , BN254_BF = 1 << 1 , Secp256k1 = 1 << 2 , Secp256r1 = 1 << 3 } |
| enum BigCurveType : uint64_t |
| Enumerator | |
|---|---|
| BN254 | |
| BN254_BF | |
| Secp256k1 | |
| Secp256r1 | |
Definition at line 5 of file fuzzer_constants.hpp.
| enum CircuitType : uint64_t |
| Enumerator | |
|---|---|
| Standard | |
| Ultra | |
Definition at line 4 of file fuzzer_constants.hpp.