Huelse / SEAL-Python

Microsoft SEAL 4.X For Python
MIT License
310 stars 66 forks source link

slot_count method missing for BatchEncoder #50

Closed BastienVialla closed 3 years ago

BastienVialla commented 3 years ago

Description In the new version the slot_count method of the BatchEncoder class is missing.

Solution Adding .def("slot_count", &BatchEncoder::slot_count) to the BatchEncoder wrappers.

Huelse commented 3 years ago

Thanks for your reminding, we will add it later.