1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-22 12:34:27 +00:00
sgminer/algorithm/gostcoin.h
2017-06-14 14:26:57 -04:00

11 lines
231 B
C

#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 */