Skip to content

Commit ef029ce

Browse files
Correction to EvalAddMany's binding
1 parent 0ea3e6b commit ef029ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/bindings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ void bind_crypto_context(py::module &m)
772772
py::arg("towersLeft"))
773773
.def("EvalMultMany", &CryptoContextImpl<DCRTPoly>::EvalMultMany,
774774
py::arg("ciphertextVec"))
775-
.def("EvalAddMany", &CryptoContextImpl<DCRTPoly>::EvalAddManyInPlace,
775+
.def("EvalAddMany", &CryptoContextImpl<DCRTPoly>::EvalAddMany,
776776
py::arg("ciphertextVec"))
777777
.def("EvalAddManyInPlace", &CryptoContextImpl<DCRTPoly>::EvalAddManyInPlace,
778778
py::arg("ciphertextVec"))

0 commit comments

Comments
 (0)