Fix for fugue - was missing share multiplier
This commit is contained in:
parent
3680413f89
commit
c7bf05107f
@ -113,6 +113,7 @@ var algos = module.exports = global.algos = {
|
||||
}
|
||||
},
|
||||
fugue: {
|
||||
multiplier: Math.pow(2, 16),
|
||||
hash: function(){
|
||||
return function(){
|
||||
return multiHashing.fugue.apply(this, arguments);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user