Monero
Loading...
Searching...
No Matches
hash-target.cpp File Reference
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <limits>
#include "misc_log_ex.h"
#include "crypto/hash.h"
#include "cryptonote_basic/difficulty.h"
Include dependency graph for hash-target.cpp:

Functions

int main (int argc, char *argv[])
bool check_hash (const crypto::hash &hash, difficulty_type difficulty)

Function Documentation

◆ check_hash()

bool cryptonote::check_hash ( const crypto::hash & hash,
difficulty_type difficulty )

◆ main()

int main ( int argc,
char * argv[] )