Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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)
 

Function Documentation

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

Definition at line 8 of file hash.cpp.

uint32_t ROTL32 ( uint32_t  x,
int8_t  r 
)
inline

Definition at line 3 of file hash.cpp.