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.62k stars 709 forks source link

fix comments typos in decryptor.h #590

Closed imadchabounia closed 1 year ago

imadchabounia commented 1 year ago

in the current comment is mentioned that an exception of type std::invalid_argument will be thrown if scheme is not BFV which is not the case in encryptor.cpp (BGV is supported as well), also I think that the exception should be logic_error instead of invalid_argument in the same comment line.