зеркало из https://github.com/microsoft/SEAL.git
Typo fix
This commit is contained in:
Родитель
a3b386f9ed
Коммит
270e829ae8
|
@ -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.
|
||||
*/
|
||||
}
|
||||
}
|
Загрузка…
Ссылка в новой задаче