![]() |
PIVX Core
5.6.99
P2P Digital Currency
|
#include "sapling/address.h"#include "hash.h"#include "sapling/noteencryption.h"#include "sapling/prf.h"#include "sapling/sapling_util.h"#include "streams.h"#include <librustzcash.h>Go to the source code of this file.
Namespaces | |
| libzcash | |
Functions | |
| bool | IsValidPaymentAddress (const libzcash::PaymentAddress &zaddr) |
| Check whether a PaymentAddress is not an InvalidEncoding. More... | |
Variables | |
| const unsigned char | ZCASH_SAPLING_FVFP_PERSONALIZATION [crypto_generichash_blake2b_PERSONALBYTES] |
| bool IsValidPaymentAddress | ( | const libzcash::PaymentAddress & | zaddr | ) |
Check whether a PaymentAddress is not an InvalidEncoding.
Definition at line 92 of file address.cpp.
| const unsigned char ZCASH_SAPLING_FVFP_PERSONALIZATION[crypto_generichash_blake2b_PERSONALBYTES] |
Definition at line 16 of file address.cpp.