Skip to content

Commit e5245c3

Browse files
authored
Update 2_encoders.cpp
1 parent c9a5481 commit e5245c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native/examples/2_encoders.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ void example_ckks_encoder()
411411
412412
In CKKS the message is stored modulo coeff_modulus (in BFV it is stored modulo
413413
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
414+
of coeff_modulus. In this case our coeff_modulus is quite large (210 bits) so
415415
we have little to worry about in this regard. For this simple example a 30-bit
416416
scale is more than enough.
417417
*/

0 commit comments

Comments
 (0)