1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-02-02 10:04:33 +00:00
sgminer/algorithm/gostcoin.h

11 lines
231 B
C
Raw Normal View History

2017-06-14 14:26:57 -04:00
#ifndef GOSTCOIN_H
#define GOSTCOIN_H
#include "miner.h"
extern int gostcoin_test(unsigned char *pdata, const unsigned char *ptarget,
uint32_t nonce);
extern void gostcoin_regenhash(struct work *work);
#endif /* SIBCOIN_H */