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.
2 parents 2b5314e + 65f4618 commit 234468cCopy full SHA for 234468c
src/lib/bindings.cpp
@@ -1063,6 +1063,7 @@ void bind_encodings(py::module &m)
1063
.def("SetFormat", &PlaintextImpl::SetFormat,
1064
ptx_SetFormat_docs,
1065
py::arg("fmt"))
1066
+ .def("GetCoefPackedValue", &PlaintextImpl::GetCoefPackedValue)
1067
.def("GetPackedValue", &PlaintextImpl::GetPackedValue)
1068
.def("GetCKKSPackedValue", &PlaintextImpl::GetCKKSPackedValue,
1069
ptx_GetCKKSPackedValue_docs)
0 commit comments