Anoncoin  0.9.4
P2P Digital Currency
Functions
hash.cpp File Reference
#include "hash.h"
Include dependency graph for hash.cpp:

Go to the source code of this file.

Functions

uint32_t ROTL32 (uint32_t x, int8_t r)
 
unsigned int MurmurHash3 (unsigned int nHashSeed, const std::vector< unsigned char > &vDataToHash)
 
int HMAC_SHA512_Init (HMAC_SHA512_CTX *pctx, const void *pkey, size_t len)
 
int HMAC_SHA512_Update (HMAC_SHA512_CTX *pctx, const void *pdata, size_t len)
 
int HMAC_SHA512_Final (unsigned char *pmd, HMAC_SHA512_CTX *pctx)
 

Function Documentation

int HMAC_SHA512_Final ( unsigned char *  pmd,
HMAC_SHA512_CTX pctx 
)

Definition at line 93 of file hash.cpp.

Here is the caller graph for this function:

int HMAC_SHA512_Init ( HMAC_SHA512_CTX pctx,
const void *  pkey,
size_t  len 
)

Definition at line 60 of file hash.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

int HMAC_SHA512_Update ( HMAC_SHA512_CTX pctx,
const void *  pdata,
size_t  len 
)

Definition at line 88 of file hash.cpp.

Here is the caller graph for this function:

unsigned int MurmurHash3 ( unsigned int  nHashSeed,
const std::vector< unsigned char > &  vDataToHash 
)

Definition at line 8 of file hash.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

uint32_t ROTL32 ( uint32_t  x,
int8_t  r 
)
inline

Definition at line 3 of file hash.cpp.

Here is the caller graph for this function: