PIVX Core  5.6.99
P2P Digital Currency
Functions
prf.h File Reference
#include "uint256.h"
#include <array>
Include dependency graph for prf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

uint256 PRF_ask (const uint256 &sk)
 Sapling functions. More...
 
uint256 PRF_nsk (const uint256 &sk)
 
uint256 PRF_ovk (const uint256 &sk)
 
std::array< unsigned char, 11 > default_diversifier (const uint256 &sk)
 

Function Documentation

◆ default_diversifier()

std::array<unsigned char, 11> default_diversifier ( const uint256 sk)

Definition at line 58 of file prf.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PRF_ask()

uint256 PRF_ask ( const uint256 sk)

Sapling functions.

Definition at line 34 of file prf.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PRF_nsk()

uint256 PRF_nsk ( const uint256 sk)

Definition at line 42 of file prf.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ PRF_ovk()

uint256 PRF_ovk ( const uint256 sk)

Definition at line 50 of file prf.cpp.

Here is the call graph for this function:
Here is the caller graph for this function: