#include "sapling/zip32.h"
#include "hash.h"
#include "random.h"
#include "sapling/prf.h"
#include "streams.h"
#include "version.h"
#include <librustzcash.h>
#include <sodium.h>
Go to the source code of this file.
◆ IsValidSpendingKey()
Check whether a SpendingKey is not an InvalidEncoding.
Definition at line 169 of file zip32.cpp.
◆ IsValidViewingKey()
Check whether a ViewingKey is not an InvalidEncoding.
Definition at line 173 of file zip32.cpp.
◆ ovkForShieldingFromTaddr()
◆ PIVX_HD_SEED_FP_PERSONAL
| const unsigned char PIVX_HD_SEED_FP_PERSONAL[crypto_generichash_blake2b_PERSONALBYTES] |
Initial value:=
{'P', 'I', 'V', 'X', '_', '_', 'H', 'D', '_', 'S', 'e', 'e', 'd', '_', 'F', 'P'}
Definition at line 17 of file zip32.cpp.
◆ PIVX_TADDR_OVK_PERSONAL
| const unsigned char PIVX_TADDR_OVK_PERSONAL[crypto_generichash_blake2b_PERSONALBYTES] |
Initial value:=
{'P', 'x', 'T', 'a', 'd', 'd', 'r', 'T', 'o', 'S', 'a', 'p', 'l', 'i', 'n', 'g'}
Definition at line 20 of file zip32.cpp.