Skip to content

Commit 78da3eb

Browse files
committed
x15 fix
1 parent 8a4e442 commit 78da3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multihashing.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -572,7 +572,7 @@ void init(Handle<Object> exports) {
572572
exports->Set(String::NewSymbol("boolberry"), FunctionTemplate::New(boolberry)->GetFunction());
573573
exports->Set(String::NewSymbol("nist5"), FunctionTemplate::New(nist5)->GetFunction());
574574
exports->Set(String::NewSymbol("sha1"), FunctionTemplate::New(sha1)->GetFunction());
575-
exports->Set(String::NewSymbol("x15"), FunctionTemplate::New(x13)->GetFunction());
575+
exports->Set(String::NewSymbol("x15"), FunctionTemplate::New(x15)->GetFunction());
576576
}
577577

578578
NODE_MODULE(multihashing, init)

0 commit comments

Comments
 (0)