Dash Core  0.12.2.1
P2P Digital Currency
uint256.cpp File Reference
#include "uint256.h"
#include "utilstrencodings.h"
#include <stdio.h>
#include <string.h>

Go to the source code of this file.

Functions

static void HashMix (uint32_t &a, uint32_t &b, uint32_t &c)
 
static void HashFinal (uint32_t &a, uint32_t &b, uint32_t &c)
 

Function Documentation

◆ HashFinal()

static void HashFinal ( uint32_t &  a,
uint32_t &  b,
uint32_t &  c 
)
inlinestatic

Definition at line 107 of file uint256.cpp.

Referenced by uint256::GetHash().

◆ HashMix()

static void HashMix ( uint32_t &  a,
uint32_t &  b,
uint32_t &  c 
)
inlinestatic

Definition at line 84 of file uint256.cpp.

Referenced by uint256::GetHash().