Huelse / SEAL-Python

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

IntegerEncoder #116

Open jimin0 opened 7 months ago

jimin0 commented 7 months ago

Hello,

I was trying to use the IntegerEncoder in the SEAL-Python library, but I encountered a NameError. Is IntegerEncoder no longer available for use in the current version of the library? If so, could you please advise on the recommended alternative for integer encoding?

Huelse commented 7 months ago

Yes, there is no IntegerEncoder after the SEAL v4, you can use the CKKSEncoder or BatchEncoder, examples.