1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-09 22:38:01 +00:00
sgminer/algorithm/darkcoin.h

11 lines
232 B
C
Raw Normal View History

#ifndef DARKCOIN_H
#define DARKCOIN_H
#include "miner.h"
extern int darkcoin_test(unsigned char *pdata, const unsigned char *ptarget,
uint32_t nonce);
extern void darkcoin_regenhash(struct work *work);
#endif /* DARKCOIN_H */