Raven Core
3.0.0
P2P Digital Currency
|
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) |
#define SPH_BLEN 64U |
Definition at line 94 of file md_helper.c.
Definition at line 109 of file md_helper.c.
#define SPH_VAL sc->val |
Definition at line 118 of file md_helper.c.
#define SPH_WLEN 4U |
Definition at line 95 of file md_helper.c.
#define SPH_XCAT | ( | a, | |
b | |||
) | SPH_XCAT_(a, b) |
Definition at line 84 of file md_helper.c.
#define SPH_XCAT_ | ( | a, | |
b | |||
) | a ## b |
Definition at line 86 of file md_helper.c.
void SPH_XCAT | ( | sph_ | , |
HASH | |||
) |