2#include "../../constants.hpp"
3#include "barretenberg/crypto/pedersen_hash/pedersen.hpp"
5namespace join_split_example::proofs::notes::native::value {
7inline auto complete_partial_commitment(
grumpkin::fq const& partial_commitment,
13 GeneratorIndex::VALUE_NOTE_COMMITMENT);
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
Definition: uint256.hpp:25