mirror of https://github.com/GOSTSec/sgminer
aznboy84
11 years ago
committed by
ystarnaud
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@
@@ -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 */ |
Loading…
Reference in new issue