X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fscrypt.h;h=7d5aadc133cb7785a350f3c2fdf7e10e45c45784;hb=cecf7a56ed5a5efd939b21c760c69da616306005;hp=8a0727796efae1b5c95b60beb099186a7465e3c2;hpb=6512a48cfcd772c6ae6b17fa0b3e8c001f1657fb;p=novacoin.git diff --git a/src/scrypt.h b/src/scrypt.h index 8a07277..7d5aadc 100644 --- a/src/scrypt.h +++ b/src/scrypt.h @@ -1,14 +1,12 @@ -#ifndef SCRYPT_MINE_H -#define SCRYPT_MINE_H +#ifndef SCRYPT_H +#define SCRYPT_H #include -#include - -#include "util.h" -#include "net.h" +#include +#include "uint256.h" #define SCRYPT_BUFFER_SIZE (131072 + 63) uint256 scrypt_blockhash(const uint8_t* input); -#endif // SCRYPT_MINE_H +#endif // SCRYPT_H