Raven Core  3.0.0
P2P Digital Currency
Macros | Functions
md_helper.c File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SPH_XCAT(a, b)   SPH_XCAT_(a, b)
 
#define SPH_XCAT_(a, b)   a ## b
 
#define SPH_BLEN   64U
 
#define SPH_WLEN   4U
 
#define SPH_MAXPAD   (SPH_BLEN - (SPH_WLEN << 1))
 
#define SPH_VAL   sc->val
 

Functions

void SPH_XCAT (sph_, HASH)
 

Macro Definition Documentation

◆ SPH_BLEN

#define SPH_BLEN   64U

Definition at line 94 of file md_helper.c.

◆ SPH_MAXPAD

#define SPH_MAXPAD   (SPH_BLEN - (SPH_WLEN << 1))

Definition at line 109 of file md_helper.c.

◆ SPH_VAL

#define SPH_VAL   sc->val

Definition at line 118 of file md_helper.c.

◆ SPH_WLEN

#define SPH_WLEN   4U

Definition at line 95 of file md_helper.c.

◆ SPH_XCAT

#define SPH_XCAT (   a,
 
)    SPH_XCAT_(a, b)

Definition at line 84 of file md_helper.c.

◆ SPH_XCAT_

#define SPH_XCAT_ (   a,
 
)    a ## b

Definition at line 86 of file md_helper.c.

Function Documentation

◆ SPH_XCAT()

void SPH_XCAT ( sph_  ,
HASH   
)

Definition at line 128 of file md_helper.c.

Here is the call graph for this function: