Comment for hardcoding diff

This commit is contained in:
Matt 2014-03-31 18:06:13 -06:00
parent 274281cca1
commit d27f384461

View File

@ -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(){