18 #include <boost/test/unit_test.hpp>
25 uint64_t note_pos = 0;
26 std::array<uint8_t, 11> diversifier{0xf1, 0x9d, 0x9b, 0x79, 0x7e, 0x39, 0xf3, 0x37, 0x44, 0x58, 0x39};
27 std::vector<uint8_t> v_sk{
28 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
29 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
30 0x00, 0x00, 0x00, 0x00};
31 std::vector<uint8_t> v_pk_d{
32 0xdb, 0x4c, 0xd2, 0xb0, 0xaa, 0xc4, 0xf7, 0xeb, 0x8c, 0xa1, 0x31, 0xf1, 0x65, 0x67,
33 0xc4, 0x45, 0xa9, 0x55, 0x51, 0x26, 0xd3, 0xc2, 0x9f, 0x14, 0xe3, 0xd7, 0x76, 0xe8,
34 0x41, 0xae, 0x74, 0x15};
35 std::vector<uint8_t> v_r{
36 0x39, 0x17, 0x6d, 0xac, 0x39, 0xac, 0xe4, 0x98, 0x0e, 0xcc, 0x8d, 0x77, 0x8e, 0x89,
37 0x86, 0x02, 0x55, 0xec, 0x36, 0x15, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
38 0x00, 0x00, 0x00, 0x00};
39 std::vector<uint8_t> v_cm{
40 0xcb, 0x3c, 0xf9, 0x15, 0x32, 0x70, 0xd5, 0x7e, 0xb9, 0x14, 0xc6, 0xc2, 0xbc, 0xc0,
41 0x18, 0x50, 0xc9, 0xfe, 0xd4, 0x4f, 0xce, 0x08, 0x06, 0x27, 0x8f, 0x08, 0x3e, 0xf2,
42 0xdd, 0x07, 0x64, 0x39};
43 std::vector<uint8_t> v_nf{
44 0x44, 0xfa, 0xd6, 0x56, 0x4f, 0xfd, 0xec, 0x9f, 0xa1, 0x9c, 0x43, 0xa2, 0x8f, 0x86,
45 0x1d, 0x5e, 0xbf, 0x60, 0x23, 0x46, 0x00, 0x7d, 0xe7, 0x62, 0x67, 0xd9, 0x75, 0x27,
46 0x47, 0xab, 0x40, 0x63};
63 CAmount MAX_MONEY_OUT = 21000000 * COIN;
int64_t CAmount
Amount in PIV (Can be negative)
Optional< uint256 > cmu() const
Optional< uint256 > nullifier(const SaplingFullViewingKey &vk, const uint64_t position) const
static SaplingSpendingKey random()
SaplingPaymentAddress default_address() const
SaplingFullViewingKey full_viewing_key() const
BOOST_AUTO_TEST_SUITE_END()
#define BOOST_FIXTURE_TEST_SUITE(a, b)
#define BOOST_CHECK(expr)
uint64_t GetRand(uint64_t nMax) noexcept
BOOST_AUTO_TEST_CASE(testVectors)