![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "uint256.h"#include "optional.h"#include "serialize.h"#include "sapling/sapling.h"#include "sapling/sapling_util.h"#include <array>#include <deque>Go to the source code of this file.
Classes | |
| class | libzcash::MerklePath |
| class | libzcash::EmptyMerkleRoots< Depth, Hash > |
| class | libzcash::IncrementalMerkleTree< Depth, Hash > |
| class | libzcash::IncrementalWitness< Depth, Hash > |
| class | libzcash::SHA256Compress |
| class | libzcash::PedersenHash |
Namespaces | |
| libzcash | |
Functions | |
| template<size_t Depth, typename Hash > | |
| bool | libzcash::operator== (const EmptyMerkleRoots< Depth, Hash > &a, const EmptyMerkleRoots< Depth, Hash > &b) |
| template<size_t Depth, typename Hash > | |
| bool | libzcash::operator== (const IncrementalMerkleTree< Depth, Hash > &a, const IncrementalMerkleTree< Depth, Hash > &b) |
| template<size_t Depth, typename Hash > | |
| bool | libzcash::operator== (const IncrementalWitness< Depth, Hash > &a, const IncrementalWitness< Depth, Hash > &b) |
| typedef libzcash::IncrementalMerkleTree<SAPLING_INCREMENTAL_MERKLE_TREE_DEPTH, libzcash::PedersenHash> SaplingMerkleTree |
Definition at line 245 of file incrementalmerkletree.h.
| typedef libzcash::IncrementalMerkleTree<INCREMENTAL_MERKLE_TREE_DEPTH_TESTING, libzcash::PedersenHash> SaplingTestingMerkleTree |
Definition at line 246 of file incrementalmerkletree.h.
| typedef libzcash::IncrementalWitness<INCREMENTAL_MERKLE_TREE_DEPTH_TESTING, libzcash::PedersenHash> SaplingTestingWitness |
Definition at line 249 of file incrementalmerkletree.h.
| typedef libzcash::IncrementalWitness<SAPLING_INCREMENTAL_MERKLE_TREE_DEPTH, libzcash::PedersenHash> SaplingWitness |
Definition at line 248 of file incrementalmerkletree.h.