1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 14:28:12 +00:00
sgminer/algorithm/groestlcoin.h

11 lines
247 B
C
Raw Normal View History

2014-03-22 22:50:21 +00:00
#ifndef GROESTLCOIN_H
#define GROESTLCOIN_H
#include "miner.h"
extern int groestlcoin_test(unsigned char *pdata, const unsigned char *ptarget,
uint32_t nonce);
extern void groestlcoin_regenhash(struct work *work);
#endif /* GROESTLCOIN_H */