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

How could I check the parameters for CKKS encryption? #614

Open kbj1213 opened 1 year ago

kbj1213 commented 1 year ago

I builded SEAL/native/examples by cmake

and executed 5_ckks_basics.cpp

In this example, I wanna check the parameters for encryption like q0, q1, ....

How could I check them and I wonder if there is a specific parameters that is recommended by SEAL?