#include "prf.h"
#include "crypto/sha256.h"
#include "hash.h"
#include <array>
#include <sodium.h>
#include <librustzcash.h>
Go to the source code of this file.
|
| const unsigned char | ZCASH_EXPANDSEED_PERSONALIZATION [crypto_generichash_blake2b_PERSONALBYTES] = {'Z','c','a','s','h','_','E','x','p','a','n','d','S','e','e','d'} |
| |
◆ default_diversifier()
| std::array<unsigned char, 11> default_diversifier |
( |
const uint256 & |
sk | ) |
|
◆ PRF_ask()
Sapling functions.
Definition at line 34 of file prf.cpp.
◆ PRF_expand()
| std::array<unsigned char, 64> PRF_expand |
( |
const uint256 & |
sk, |
|
|
unsigned char |
t |
|
) |
| |
◆ PRF_nsk()
◆ PRF_ovk()
◆ ZCASH_EXPANDSEED_PERSONALIZATION
| const unsigned char ZCASH_EXPANDSEED_PERSONALIZATION[crypto_generichash_blake2b_PERSONALBYTES] = {'Z','c','a','s','h','_','E','x','p','a','n','d','S','e','e','d'} |