X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fscrypt.h;h=7d5aadc133cb7785a350f3c2fdf7e10e45c45784;hb=63e4509c569f16145ab861717baf865fc6d05af1;hp=3c9e3bd75ed42bd83f1d544a56f5d51672a726e3;hpb=7b4cc85e8ad9011daf1da769cb1426e803a1518d;p=novacoin.git diff --git a/src/scrypt.h b/src/scrypt.h index 3c9e3bd..7d5aadc 100644 --- a/src/scrypt.h +++ b/src/scrypt.h @@ -1,18 +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); -#ifdef USE_SSE2 -void scrypt_detect_sse2(); -#endif - -#endif // SCRYPT_MINE_H +#endif // SCRYPT_H