From d27f3844611297c814dbf6df4fe5831900dad3a8 Mon Sep 17 00:00:00 2001 From: Matt Date: Mon, 31 Mar 2014 18:06:13 -0600 Subject: [PATCH] Comment for hardcoding diff --- lib/algoProperties.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/algoProperties.js b/lib/algoProperties.js index fff9648..ce77c69 100644 --- a/lib/algoProperties.js +++ b/lib/algoProperties.js @@ -13,6 +13,8 @@ var algos = module.exports = global.algos = { } }, scrypt: { + //Uncomment diff if you want to use hardcoded truncated diff + //diff: new Buffer('0000ffff00000000000000000000000000000000000000000000000000000000', 'hex'), shift: 20, multiplier: Math.pow(2, 16), hash: function(){