master
Matthew Little 2014-06-27 13:50:25 -06:00
parent 8a4e442b34
commit 78da3eb9b2
1 changed files with 1 additions and 1 deletions

View File

@ -572,7 +572,7 @@ void init(Handle<Object> exports) {
exports->Set(String::NewSymbol("boolberry"), FunctionTemplate::New(boolberry)->GetFunction());
exports->Set(String::NewSymbol("nist5"), FunctionTemplate::New(nist5)->GetFunction());
exports->Set(String::NewSymbol("sha1"), FunctionTemplate::New(sha1)->GetFunction());
exports->Set(String::NewSymbol("x15"), FunctionTemplate::New(x13)->GetFunction());
exports->Set(String::NewSymbol("x15"), FunctionTemplate::New(x15)->GetFunction());
}
NODE_MODULE(multihashing, init)