Added x13 as supported algo

This commit is contained in:
Matthew Little 2014-05-30 09:17:46 -06:00
parent e70ae9c533
commit 0aa86f2157

View File

@ -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(){