barretenberg
Loading...
Searching...
No Matches
asset_id.hpp
1#pragma once
2#include "barretenberg/join_split_example/types.hpp"
3
4namespace join_split_example::proofs::notes::circuit {
5
6using namespace proof_system::plonk::stdlib;
7
8std::pair<bool_ct, suint_ct> deflag_asset_id(suint_ct const& asset_id);
9
10bool_ct get_asset_id_flag(suint_ct const& asset_id);
11
12} // namespace join_split_example::proofs::notes::circuit