1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-11 07:17:58 +00:00
sgminer/algorithm/whirlpoolx.h

10 lines
239 B
C
Raw Normal View History

2015-03-09 10:01:20 +00:00
#ifndef WHIRLPOOLX_H
#define WHIRLPOOLX_H
#include "miner.h"
2015-03-25 14:40:20 +00:00
2015-03-09 10:01:20 +00:00
extern int whirlpoolx_test(unsigned char *pdata, const unsigned char *ptarget, uint32_t nonce);
extern void whirlpoolx_regenhash(struct work *work);
2015-03-25 14:40:20 +00:00
#endif /* WHIRLPOOLX_H */