[Server] Comment Fix
This commit is contained in:
parent
529543ceef
commit
7ea57ed136
src
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue