Initial x15 support
This commit is contained in:
parent
d2354063ac
commit
3586ec0d73
@ -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(){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user