Skip to content

Commit 234468c

Browse files
authored
Merge pull request #147 from openfheorg/yspolyakov-patch-1
Update bindings.cpp - Add GetCoefPackedValue
2 parents 2b5314e + 65f4618 commit 234468c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/bindings.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,7 @@ void bind_encodings(py::module &m)
10631063
.def("SetFormat", &PlaintextImpl::SetFormat,
10641064
ptx_SetFormat_docs,
10651065
py::arg("fmt"))
1066+
.def("GetCoefPackedValue", &PlaintextImpl::GetCoefPackedValue)
10661067
.def("GetPackedValue", &PlaintextImpl::GetPackedValue)
10671068
.def("GetCKKSPackedValue", &PlaintextImpl::GetCKKSPackedValue,
10681069
ptx_GetCKKSPackedValue_docs)

0 commit comments

Comments
 (0)