barretenberg
Loading...
Searching...
No Matches
compute_nullifier.hpp
1#pragma once
2#include "barretenberg/join_split_example/types.hpp"
3
4namespace join_split_example::proofs::notes::circuit {
5
6field_ct compute_nullifier(field_ct const& note_commitment,
7 field_ct const& account_private_key,
8 bool_ct const& is_note_in_use);
9
10} // namespace join_split_example::proofs::notes::circuit
Definition: field.hpp:10