We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4e442 commit 78da3ebCopy full SHA for 78da3eb
multihashing.cc
@@ -572,7 +572,7 @@ void init(Handle<Object> exports) {
572
exports->Set(String::NewSymbol("boolberry"), FunctionTemplate::New(boolberry)->GetFunction());
573
exports->Set(String::NewSymbol("nist5"), FunctionTemplate::New(nist5)->GetFunction());
574
exports->Set(String::NewSymbol("sha1"), FunctionTemplate::New(sha1)->GetFunction());
575
- exports->Set(String::NewSymbol("x15"), FunctionTemplate::New(x13)->GetFunction());
+ exports->Set(String::NewSymbol("x15"), FunctionTemplate::New(x15)->GetFunction());
576
}
577
578
NODE_MODULE(multihashing, init)
0 commit comments