mirror of https://github.com/GOSTSec/sgminer
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
234 B
11 lines
234 B
12 years ago
|
#ifndef SCRYPT_H
|
||
|
#define SCRYPT_H
|
||
|
|
||
12 years ago
|
#include "miner.h"
|
||
|
|
||
11 years ago
|
/* extern int scrypt_test(unsigned char *pdata, const unsigned char *ptarget, */
|
||
|
/* uint32_t nonce); */
|
||
11 years ago
|
extern void scrypt_regenhash(struct work *work);
|
||
12 years ago
|
|
||
12 years ago
|
#endif /* SCRYPT_H */
|