Initial x15 support

This commit is contained in:
Matthew Little 2014-06-27 11:25:55 -06:00
parent d2354063ac
commit 3586ec0d73

View File

@ -74,6 +74,13 @@ var algos = module.exports = global.algos = {
} }
} }
}, },
x15: {
hash: function(){
return function(){
return multiHashing.x15.apply(this, arguments);
}
}
},
nist5: { nist5: {
hash: function(){ hash: function(){
return function(){ return function(){