X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fscrypt.h;fp=src%2Fscrypt.h;h=2d2112d3f76769c70cb72b788290d89eb9de440f;hb=2cf54c4aefe0d5181db922a6d8ebf229e3e4d251;hp=0000000000000000000000000000000000000000;hpb=212ae56440baf7beb808bf497c1a1ff51910bee3;p=novacoin.git diff --git a/src/scrypt.h b/src/scrypt.h new file mode 100644 index 0000000..2d2112d --- /dev/null +++ b/src/scrypt.h @@ -0,0 +1,13 @@ +#ifndef SCRYPT_MINE_H +#define SCRYPT_MINE_H + +#include +#include + +#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