![]() |
Feathercoin
0.5.0
P2P Digital Currency
|
#include <boost/test/unit_test.hpp>
#include "init.h"
#include "main.h"
#include "uint256.h"
#include "util.h"
#include "wallet.h"
Go to the source code of this file.
Functions | |
void | SHA256Transform (void *pstate, void *pinput, const void *pinit) |
BOOST_AUTO_TEST_CASE (CreateNewBlock_validity) | |
BOOST_AUTO_TEST_CASE (sha256transform_equality) | |
BOOST_AUTO_TEST_CASE | ( | CreateNewBlock_validity | ) |
Definition at line 49 of file miner_tests.cpp.
BOOST_AUTO_TEST_CASE | ( | sha256transform_equality | ) |
Definition at line 204 of file miner_tests.cpp.
void SHA256Transform | ( | void * | pstate, |
void * | pinput, | ||
const void * | pinit | ||
) |
unsigned char extranonce |
Definition at line 15 of file miner_tests.cpp.
unsigned int nonce |
Definition at line 16 of file miner_tests.cpp.