Huelse / SEAL-Python

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

NameError: name 'EncryptionParameters' is not defined #110

Closed Haonan009 closed 1 year ago

Haonan009 commented 1 year ago

Type Call EncryptionParameters module.

Descripe I've setup seal, and run every examples successfully. But failed to run my python file using EncryptionParameters. image

Haonan009 commented 1 year ago

Solved!add "seal." before EncryptionParameters