[Server] Comment Fix

This commit is contained in:
Andrew 2023-06-14 15:00:56 +03:00
parent 529543ceef
commit 7ea57ed136

View File

@ -293,7 +293,7 @@ void BINK2002::Generate(
* s² + (ek)s - c = 0 (mod n)
* This is a quadratic equation in respect to the signature
*
* s = (-ek ± ((ek)² - 4c)) / 2 (mod n)
* s = (-ek ± ((ek)² + 4c)) / 2 (mod n)
*/
// e = ek (mod n)