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 decrypt params in 4_bgv_basics.cpp #572

Closed HaoXuan40404 closed 2 years ago

HaoXuan40404 commented 2 years ago

In the final step, it should be decrypted x^8 instead of x^4. :D

HaoXuan40404 commented 2 years ago

I found another pr had try to fix this tips