Rename scrypt_mine.(cpp|h) to scrypt.(cpp|h)
[novacoin.git] / src / scrypt_mine.h
diff --git a/src/scrypt_mine.h b/src/scrypt_mine.h
deleted file mode 100644 (file)
index 2d2112d..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-#ifndef SCRYPT_MINE_H
-#define SCRYPT_MINE_H
-
-#include <stdint.h>
-#include <stdlib.h>
-
-#include "util.h"
-#include "net.h"
-
-uint256 scrypt_hash(const void* input, size_t inputlen);
-uint256 scrypt_blockhash(const void* input);
-
-#endif // SCRYPT_MINE_H