We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1504f3 commit ebcd37cCopy full SHA for ebcd37c
src/lib/bindings.cpp
@@ -1114,7 +1114,9 @@ void bind_ciphertext(py::module &m)
1114
// .def("GetScalingFactor", &CiphertextImpl<DCRTPoly>::GetScalingFactor)
1115
// .def("SetScalingFactor", &CiphertextImpl<DCRTPoly>::SetScalingFactor)
1116
.def("GetSlots", &CiphertextImpl<DCRTPoly>::GetSlots)
1117
- .def("SetSlots", &CiphertextImpl<DCRTPoly>::SetSlots);
+ .def("SetSlots", &CiphertextImpl<DCRTPoly>::SetSlots)
1118
+ .def("GetNoiseScaleDeg", &CiphertextImpl<DCRTPoly>::GetNoiseScaleDeg)
1119
+ .def("SetNoiseScaleDeg", &CiphertextImpl<DCRTPoly>::SetNoiseScaleDeg);
1120
}
1121
1122
void bind_schemes(py::module &m){
0 commit comments