2#include "../../constants.hpp"
3#include "account_note.hpp"
4#include "barretenberg/crypto/pedersen_hash/pedersen.hpp"
6namespace join_split_example::proofs::notes::native::account {
13 notes::GeneratorIndex::ACCOUNT_PUBLIC_KEY_NULLIFIER);
Definition: affine_element.hpp:11
static Fq hash(const std::vector< Fq > &inputs, GeneratorContext context={})
Given a vector of fields, generate a pedersen hash using generators from context.
Definition: pedersen.cpp:59
constexpr_utils defines some helper methods that perform some stl-equivalent operations but in a cons...
Definition: constexpr_utils.hpp:16