barretenberg
Loading...
Searching...
No Matches
src
barretenberg
join_split_example
proofs
join_split
sign_join_split_tx.hpp
1
#pragma once
2
#include "../notes/native/value/value_note.hpp"
3
#include "barretenberg/crypto/schnorr/schnorr.hpp"
4
#include "join_split_tx.hpp"
5
6
namespace
join_split_example {
7
namespace
proofs {
8
namespace
join_split {
9
10
crypto::schnorr::signature
sign_join_split_tx(proofs::join_split::join_split_tx
const
& tx,
11
crypto::schnorr::key_pair<grumpkin::fr, grumpkin::g1>
const
& keys);
12
13
}
// namespace join_split
14
}
// namespace proofs
15
}
// namespace join_split_example
crypto::schnorr::key_pair
Definition:
schnorr.hpp:17
crypto::schnorr::signature
Definition:
schnorr.hpp:25
Generated by
1.9.6