From 3586ec0d7374b2acc5a72d5ef597da26f0e39d54 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Fri, 27 Jun 2014 11:25:55 -0600 Subject: [PATCH] Initial x15 support --- lib/algoProperties.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/algoProperties.js b/lib/algoProperties.js index a1b84e0..1ec8068 100644 --- a/lib/algoProperties.js +++ b/lib/algoProperties.js @@ -74,6 +74,13 @@ var algos = module.exports = global.algos = { } } }, + x15: { + hash: function(){ + return function(){ + return multiHashing.x15.apply(this, arguments); + } + } + }, nist5: { hash: function(){ return function(){