![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
#include "hash.h"
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) |
int HMAC_SHA512_Final | ( | unsigned char * | pmd, |
HMAC_SHA512_CTX * | pctx | ||
) |
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 | ||
) |
unsigned int MurmurHash3 | ( | unsigned int | nHashSeed, |
const std::vector< unsigned char > & | vDataToHash | ||
) |