Added x13 as supported algo
This commit is contained in:
parent
e70ae9c533
commit
0aa86f2157
@ -67,6 +67,13 @@ var algos = module.exports = global.algos = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
x13: {
|
||||||
|
hash: function(){
|
||||||
|
return function(){
|
||||||
|
return multiHashing.x13.apply(this, arguments);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
quark: {
|
quark: {
|
||||||
hash: function(){
|
hash: function(){
|
||||||
return function(){
|
return function(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user