Monero
Functions
difficulty.cpp File Reference
#include "gtest/gtest.h"
#include "int-util.h"
#include "cryptonote_basic/difficulty.h"
Include dependency graph for difficulty.cpp:

Functions

static cryptonote::difficulty_type MKDIFF (uint64_t high, uint64_t low)
 
static crypto::hash MKHASH (uint64_t high, uint64_t low)
 
 TEST (difficulty, check_hash)
 

Function Documentation

◆ MKDIFF()

static cryptonote::difficulty_type MKDIFF ( uint64_t  high,
uint64_t  low 
)
static

◆ MKHASH()

static crypto::hash MKHASH ( uint64_t  high,
uint64_t  low 
)
static

◆ TEST()

TEST ( difficulty  ,
check_hash   
)