Add Support for CHC Algo (#145)

This commit is contained in:
Michael Polzer 2018-05-25 22:57:39 +03:00 committed by Matthew Little
parent 4649a557da
commit 60c88a7c5f

View File

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