From 0aa86f215786415ce0cb1250dc7f8de380e38c05 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Fri, 30 May 2014 09:17:46 -0600 Subject: [PATCH] Added x13 as supported algo --- lib/algoProperties.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/algoProperties.js b/lib/algoProperties.js index 1d25686..d2494c0 100644 --- a/lib/algoProperties.js +++ b/lib/algoProperties.js @@ -67,6 +67,13 @@ var algos = module.exports = global.algos = { } } }, + x13: { + hash: function(){ + return function(){ + return multiHashing.x13.apply(this, arguments); + } + } + }, quark: { hash: function(){ return function(){