This commit is contained in:
Kim Laine (HE/HIM) 2022-12-28 09:51:19 -08:00
Родитель a3b386f9ed
Коммит 270e829ae8
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -142,7 +142,7 @@ void example_bgv_basics()
cout << "NOTE: Decryption can be incorrect if noise budget is zero." << endl;
cout << endl;
cout << "~~~~~~ Use modulus switching to calculate x^8. ~~~~~~" << endl;
cout << "~~~~~~ Use modulus switching to calculate x^8 ~~~~~~" << endl;
/*
Noise budget has reached 0, which means that decryption cannot be expected
@ -212,4 +212,4 @@ void example_bgv_basics()
rate of noise budget in an application, one needs to carefully choose the
location to insert modulus switching and manually choose coeff_modulus.
*/
}
}