We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba6b9a7 commit 16b8ef6Copy full SHA for 16b8ef6
src/lib/bindings.cpp
@@ -996,7 +996,8 @@ void bind_crypto_context(py::module &m) {
996
py::doc(cc_EvalAutomorphismKeyGen_docs))
997
.def("Compress", &CryptoContextImpl<DCRTPoly>::Compress,
998
py::arg("ciphertext"),
999
- py::arg("towersLeft"))
+ py::arg("towersLeft") = 1,
1000
+ py::arg("noiseScaleDeg") = 1)
1001
.def("EvalMultMany", &CryptoContextImpl<DCRTPoly>::EvalMultMany,
1002
py::arg("ciphertextVec"))
1003
.def("EvalAddMany", &CryptoContextImpl<DCRTPoly>::EvalAddMany,
0 commit comments