This commit is contained in:
gurkenhabicht 2024-02-18 21:24:56 +01:00
parent a5305627d2
commit 0b53cf4500
1 changed files with 2 additions and 2 deletions

View File

@ -50,11 +50,11 @@ for i in range (phi + 1, phi + foo):
``` ```
$$ $$
Cipher = msg ** d mod $\phi$ Cipher = msg ** d mod \phi
$$ $$
$$ $$
Cleartext = cipher ** e mod $\phi$ Cleartext = cipher ** e mod \phi
$$ $$
## Euklid ## Euklid