Add Support for CHC Algo (#145)
This commit is contained in:
parent
4649a557da
commit
60c88a7c5f
@ -80,6 +80,13 @@ var algos = module.exports = global.algos = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
c11: {
|
||||||
|
hash: function(){
|
||||||
|
return function(){
|
||||||
|
return multiHashing.c11.apply(this, arguments);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
x11: {
|
x11: {
|
||||||
hash: function(){
|
hash: function(){
|
||||||
return function(){
|
return function(){
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user