瀏覽代碼

Correction to EvalAddMany's binding

Dmitriy Suponitskiy 10 月之前
父節點
當前提交
ef029ce996
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/bindings.cpp

+ 1 - 1
src/lib/bindings.cpp

@@ -772,7 +772,7 @@ void bind_crypto_context(py::module &m)
             py::arg("towersLeft"))
         .def("EvalMultMany", &CryptoContextImpl<DCRTPoly>::EvalMultMany,
             py::arg("ciphertextVec"))
-        .def("EvalAddMany", &CryptoContextImpl<DCRTPoly>::EvalAddManyInPlace,
+        .def("EvalAddMany", &CryptoContextImpl<DCRTPoly>::EvalAddMany,
             py::arg("ciphertextVec"))
         .def("EvalAddManyInPlace", &CryptoContextImpl<DCRTPoly>::EvalAddManyInPlace,
             py::arg("ciphertextVec"))