From 0cd4fcbc0e0c5cf5f65ba767f32645f42b38d0ca Mon Sep 17 00:00:00 2001 From: romanornr Date: Sat, 10 Dec 2016 11:53:44 +0100 Subject: [PATCH] revert Lyra2RE --- lib/algoProperties.js | 9 --------- lib/jobManager.js | 1 - 2 files changed, 10 deletions(-) diff --git a/lib/algoProperties.js b/lib/algoProperties.js index 7b8d262..7725ee6 100644 --- a/lib/algoProperties.js +++ b/lib/algoProperties.js @@ -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(){ diff --git a/lib/jobManager.js b/lib/jobManager.js index 194231c..cbcfc48 100644 --- a/lib/jobManager.js +++ b/lib/jobManager.js @@ -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) {