diff --git a/native/examples/4_bgv_basics.cpp b/native/examples/4_bgv_basics.cpp index ae0c324b..7aee5e4d 100644 --- a/native/examples/4_bgv_basics.cpp +++ b/native/examples/4_bgv_basics.cpp @@ -19,7 +19,7 @@ void example_bgv_basics() polynomial can be considered as plaintext inputs, as we will see below. The computation is done modulo the plain_modulus 1032193. - Computer over encrypted data in the BGV scheme is similar to that in BFV. + Computing over encrypted data in the BGV scheme is similar to that in BFV. The purpose of this example is mainly to explain the differences between BFV and BGV in terms of ciphertext coefficient modulus selection and noise control.