PIVX Core  5.6.99
P2P Digital Currency
Namespaces | Functions | Variables
address.cpp File Reference
#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>
Include dependency graph for address.cpp:

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]
 

Function Documentation

◆ IsValidPaymentAddress()

bool IsValidPaymentAddress ( const libzcash::PaymentAddress zaddr)

Check whether a PaymentAddress is not an InvalidEncoding.

Definition at line 92 of file address.cpp.

Here is the caller graph for this function:

Variable Documentation

◆ ZCASH_SAPLING_FVFP_PERSONALIZATION

const unsigned char ZCASH_SAPLING_FVFP_PERSONALIZATION[crypto_generichash_blake2b_PERSONALBYTES]
Initial value:
=
{'Z', 'c', 'a', 's', 'h', 'S', 'a', 'p', 'l', 'i', 'n', 'g', 'F', 'V', 'F', 'P'}

Definition at line 16 of file address.cpp.