revert Lyra2RE

This commit is contained in:
romanornr 2016-12-10 11:53:44 +01:00 committed by Matthew Little
parent 786a19b4ea
commit 0cd4fcbc0e
2 changed files with 0 additions and 10 deletions

View File

@ -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: { sha1: {
hash: function(){ hash: function(){
return function(){ return function(){

View File

@ -102,7 +102,6 @@ var JobManager = module.exports = function JobManager(options){
return util.reverseBuffer(hashDigest.apply(this, arguments)); return util.reverseBuffer(hashDigest.apply(this, arguments));
}; };
} }
case 'lyra2re':
case 'scrypt-n': case 'scrypt-n':
case 'sha1': case 'sha1':
return function (d) { return function (d) {