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: {
|
fugue: {
|
||||||
|
multiplier: Math.pow(2, 16),
|
||||||
hash: function(){
|
hash: function(){
|
||||||
return function(){
|
return function(){
|
||||||
return multiHashing.fugue.apply(this, arguments);
|
return multiHashing.fugue.apply(this, arguments);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user