Fix for fugue - was missing share multiplier

This commit is contained in:
Matt 2014-04-25 22:28:31 -06:00
parent 3680413f89
commit c7bf05107f

View File

@ -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);