Keccak hash rate adjustment per piotrrojek
This commit is contained in:
parent
91940045ca
commit
7f9623b2f8
@ -98,7 +98,7 @@ var algos = module.exports = global.algos = {
|
|||||||
},
|
},
|
||||||
keccak: {
|
keccak: {
|
||||||
shift: 24,
|
shift: 24,
|
||||||
multiplier: Math.pow(2, 8),
|
multiplier: Math.pow(2, 24),
|
||||||
hash: function(){
|
hash: function(){
|
||||||
return function(data){
|
return function(data){
|
||||||
return multiHashing.keccak(data);
|
return multiHashing.keccak(data);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user