revert Lyra2RE
This commit is contained in:
parent
786a19b4ea
commit
0cd4fcbc0e
@ -73,15 +73,6 @@ var algos = module.exports = global.algos = {
|
||||
}
|
||||
}
|
||||
},
|
||||
lyra2re: {
|
||||
multiplier: Math.pow(2, 7),
|
||||
hash: function(){
|
||||
return function(){
|
||||
return multiHashing.lyra2re.apply(this, arguments);
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
sha1: {
|
||||
hash: function(){
|
||||
return function(){
|
||||
|
||||
@ -102,7 +102,6 @@ var JobManager = module.exports = function JobManager(options){
|
||||
return util.reverseBuffer(hashDigest.apply(this, arguments));
|
||||
};
|
||||
}
|
||||
case 'lyra2re':
|
||||
case 'scrypt-n':
|
||||
case 'sha1':
|
||||
return function (d) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user