Huelse / SEAL-Python

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

Fix sub_plain in wrapper #17

Closed carlee0 closed 4 years ago

carlee0 commented 4 years ago

Hi, I've added the missing destination in the sub_plain wrapper. As per evaluator.h, the function is defined as: inline void sub_plain(const Ciphertext &encrypted, const Plaintext &plain, Ciphertext &destination)