microsoft / SEAL

Microsoft SEAL is an easy-to-use and powerful homomorphic encryption library.
https://www.microsoft.com/en-us/research/group/cryptography-research/
MIT License
3.46k stars 694 forks source link

plain is not valid for encryption parameters #687

Open The-Miracl opened 1 month ago

The-Miracl commented 1 month ago

when the size of set is 2^8 ,it's OK. but after changing the size of set into 2^10 or bigger, the following issues happened. Could you explain why ?Thank you ! terminate called after throwing an instance of 'std::invalid_argument' what(): plain is not valid for encryption parameters