mirror of
https://github.com/GOSTSec/sgminer
synced 2025-08-27 06:11:56 +00:00
10 lines
320 B
C
10 lines
320 B
C
#ifndef BLAKECOIN_H
|
|
#define BLAKECOIN_H
|
|
|
|
#include "miner.h"
|
|
|
|
extern int blakecoin_test(unsigned char *pdata, const unsigned char *ptarget, uint32_t nonce);
|
|
extern void precalc_hash_blakecoin(dev_blk_ctx *blk, uint32_t *state, uint32_t *data);
|
|
extern void blakecoin_regenhash(struct work *work);
|
|
|
|
#endif /* BLAKECOIN_H */ |