We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a5481 commit e5245c3Copy full SHA for e5245c3
1 file changed
native/examples/2_encoders.cpp
@@ -411,7 +411,7 @@ void example_ckks_encoder()
411
412
In CKKS the message is stored modulo coeff_modulus (in BFV it is stored modulo
413
plain_modulus), so the scaled message must not get too close to the total size
414
- of coeff_modulus. In this case our coeff_modulus is quite large (218 bits) so
+ of coeff_modulus. In this case our coeff_modulus is quite large (210 bits) so
415
we have little to worry about in this regard. For this simple example a 30-bit
416
scale is more than enough.
417
*/
0 commit comments