typo
This commit is contained in:
parent
a5305627d2
commit
0b53cf4500
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue