Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
merkle_hash_type.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::merkle
{
10
// TODO(https://github.com/AztecProtocol/barretenberg/issues/426)
11
enum
HashType
{
FIXED_BASE_PEDERSEN
,
LOOKUP_PEDERSEN
};
12
}
// namespace bb::merkle
bb::merkle
Definition
merkle_hash_type.hpp:9
bb::merkle::HashType
HashType
Definition
merkle_hash_type.hpp:11
bb::merkle::LOOKUP_PEDERSEN
@ LOOKUP_PEDERSEN
Definition
merkle_hash_type.hpp:11
bb::merkle::FIXED_BASE_PEDERSEN
@ FIXED_BASE_PEDERSEN
Definition
merkle_hash_type.hpp:11
src
barretenberg
honk
types
merkle_hash_type.hpp
Generated by
1.9.8