![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "key.h"#include "optional.h"#include "sapling/address.h"#include "serialize.h"#include "support/allocators/zeroafterfree.h"#include "uint256.h"Go to the source code of this file.
Classes | |
| class | HDSeed |
| struct | libzcash::SaplingExtendedFullViewingKey |
| struct | libzcash::SaplingExtendedSpendingKey |
Namespaces | |
| libzcash | |
Typedefs | |
| typedef blob88 | libzcash::diversifier_index_t |
| typedef boost::variant< InvalidEncoding, SaplingExtendedSpendingKey > | libzcash::SpendingKey |
| typedef boost::variant< InvalidEncoding, SaplingExtendedFullViewingKey > | libzcash::ViewingKey |
Functions | |
| uint256 | ovkForShieldingFromTaddr (HDSeed &seed) |
| bool | IsValidSpendingKey (const libzcash::SpendingKey &zkey) |
| Check whether a SpendingKey is not an InvalidEncoding. More... | |
| bool | IsValidViewingKey (const libzcash::ViewingKey &vk) |
| Check whether a ViewingKey is not an InvalidEncoding. More... | |
Variables | |
| const uint32_t | ZIP32_HARDENED_KEY_LIMIT = 0x80000000 |
| const size_t | ZIP32_XFVK_SIZE = 169 |
| const size_t | ZIP32_XSK_SIZE = 169 |
| bool IsValidSpendingKey | ( | const libzcash::SpendingKey & | zkey | ) |
| bool IsValidViewingKey | ( | const libzcash::ViewingKey & | vk | ) |