1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 06:18:06 +00:00

bitblock header

This commit is contained in:
aznboy84 2014-06-28 03:21:34 +07:00 committed by ystarnaud
parent 99abe7e8bc
commit 84b21e0e3a

10
algorithm/bitblock.h Normal file
View File

@ -0,0 +1,10 @@
#ifndef BITBLOCK_H
#define BITBLOCK_H
#include "miner.h"
extern int bitblock_test(unsigned char *pdata, const unsigned char *ptarget,
uint32_t nonce);
extern void bitblock_regenhash(struct work *work);
#endif /* BITBLOCK_H */