Comment for hardcoding diff
This commit is contained in:
parent
d27f384461
commit
a6e38a6bb0
@ -4,6 +4,8 @@ var util = require('./util.js');
|
|||||||
|
|
||||||
var algos = module.exports = global.algos = {
|
var algos = module.exports = global.algos = {
|
||||||
sha256: {
|
sha256: {
|
||||||
|
//Uncomment diff if you want to use hardcoded truncated diff
|
||||||
|
//diff: new Buffer('00000000ffff0000000000000000000000000000000000000000000000000000', 'hex'),
|
||||||
shift: 32,
|
shift: 32,
|
||||||
multiplier: Math.pow(2, 32),
|
multiplier: Math.pow(2, 32),
|
||||||
hash: function(){
|
hash: function(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user