fixed formulas on RSA

This commit is contained in:
Stefan Friese 2023-04-11 17:39:31 +02:00
parent 6e34adeffa
commit e1b022b76c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* Coprime Phi is calculated either by [Euler Totient](https://en.wikipedia.org/wiki/Euler's_totient_function) or [greatest common divisor](https://en.wikipedia.org/wiki/Greatest_common_divisor) via [euclidean algorithm](https://crypto.stanford.edu/pbc/notes/numbertheory/euclid.html)
$$
1 < $\phi$ < n
1 < \phi < n
$$
* There is also