![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "sapling/sapling_util.h"#include "sync.h"#include <algorithm>#include <librustzcash.h>#include <stdexcept>#include <iostream>Go to the source code of this file.
Functions | |
| std::vector< unsigned char > | convertIntToVectorLE (const uint64_t val_int) |
| std::vector< bool > | convertBytesVectorToVector (const std::vector< unsigned char > &bytes) |
| uint64_t | convertVectorToInt (const std::vector< bool > &v) |
| uint256 | random_uint256 () |
| std::vector<bool> convertBytesVectorToVector | ( | const std::vector< unsigned char > & | bytes | ) |
| std::vector<unsigned char> convertIntToVectorLE | ( | const uint64_t | val_int | ) |
Definition at line 14 of file sapling_util.cpp.
| uint64_t convertVectorToInt | ( | const std::vector< bool > & | v | ) |
| uint256 random_uint256 | ( | ) |
Definition at line 56 of file sapling_util.cpp.