1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-08 22:08:02 +00:00
sgminer/algorithm/whirlcoin.h
2015-03-09 11:01:20 +01:00

9 lines
225 B
C

#ifndef WHIRLCOIN_H
#define WHIRLCOIN_H
#include "miner.h"
extern int whirlcoin_test(unsigned char *pdata, const unsigned char *ptarget, uint32_t nonce);
extern void whirlcoin_regenhash(struct work *work);
#endif /* W_H */