mirror of
https://github.com/Neo-Desktop/WindowsXPKg
synced 2024-11-16 19:00:59 +02:00
[Server] Comment Fix
This commit is contained in:
parent
529543ceef
commit
7ea57ed136
@ -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
Block a user