1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 06:48:05 +00:00
sgminer/algorithm/pluck.h
2015-02-22 16:55:14 +01:00

11 lines
259 B
C

#ifndef PLUCK_H
#define PLUCK_H
#include "miner.h"
#define PLUCK_SCRATCHBUF_SIZE (128 * 1024)
extern int pluck_test(unsigned char *pdata, const unsigned char *ptarget,
uint32_t nonce);
extern void pluck_regenhash(struct work *work);
#endif /* PLUCK_H */