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

Error in approximate calculation #576

Closed Samuel-1029 closed 2 years ago

Samuel-1029 commented 2 years ago

I want to ask is there any way to test how large the data will result in the precision loss between the decrypt and real result would greater than one?

WeiDaiWD commented 2 years ago

Choose parameters; feed input to this workflow encode --> encrypt --> decrypt --> decode --> output; compare input and output for precision loss. Modify parameters and input individually to run more experiments.