Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
types.hpp
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
7
#pragma once
8
9
namespace
bb
{
10
enum
CurveType
{
BN254
,
SECP256K1
,
SECP256R1
,
GRUMPKIN
};
11
}
bb
Entry point for Barretenberg command-line interface.
Definition
acir_format_getters.cpp:6
bb::CurveType
CurveType
Definition
types.hpp:10
bb::SECP256K1
@ SECP256K1
Definition
types.hpp:10
bb::GRUMPKIN
@ GRUMPKIN
Definition
types.hpp:10
bb::BN254
@ BN254
Definition
types.hpp:10
bb::SECP256R1
@ SECP256R1
Definition
types.hpp:10
src
barretenberg
ecc
curves
types.hpp
Generated by
1.9.8