![]() |
PRCYCoin
2.0.0.7rc1
P2P Digital Currency
|
Go to the source code of this file.
Functions | |
| uint256 | ComputeMerkleRoot (const std::vector< uint256 > &leaves, bool *mutated) |
| std::vector< uint256 > | ComputeMerkleBranch (const std::vector< uint256 > &leaves, uint32_t position) |
| uint256 | ComputeMerkleRootFromBranch (const uint256 &leaf, const std::vector< uint256 > &vMerkleBranch, uint32_t nIndex) |
| uint256 | BlockMerkleRoot (const CBlock &block, bool *mutated) |
| std::vector< uint256 > | BlockMerkleBranch (const CBlock &block, uint32_t position) |
Definition at line 150 of file merkle.cpp.
1.8.17