|
|
@@ -1509,6 +1509,7 @@ void bind_ciphertext(py::module &m) {
|
|
|
.def("SetNoiseScaleDeg", &CiphertextImpl<DCRTPoly>::SetNoiseScaleDeg)
|
|
|
.def("GetCryptoContext", &CiphertextImpl<DCRTPoly>::GetCryptoContext)
|
|
|
.def("GetEncodingType", &CiphertextImpl<DCRTPoly>::GetEncodingType)
|
|
|
+ .def("GetKeyTag", &CiphertextImpl<DCRTPoly>::GetKeyTag)
|
|
|
.def("GetElements", [](const CiphertextImpl<DCRTPoly>& self) -> const std::vector<DCRTPoly>& {
|
|
|
return self.GetElements();
|
|
|
},
|