mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 14:58:01 +00:00
9 lines
229 B
C
9 lines
229 B
C
|
#ifndef WHIRLPOOLX_H
|
||
|
#define WHIRLPOOLX_H
|
||
|
|
||
|
#include "miner.h"
|
||
|
|
||
|
extern int whirlpoolx_test(unsigned char *pdata, const unsigned char *ptarget, uint32_t nonce);
|
||
|
extern void whirlpoolx_regenhash(struct work *work);
|
||
|
|
||
|
#endif /* W_H */
|