Fix codeblock

This commit is contained in:
2022-01-30 22:56:27 +01:00
parent 5a26fe5940
commit 70db6b6612

View File

@ -31,7 +31,8 @@ e*d + φ(n)*y = 1
wobei
```
(1, d, y) = euclid(e, φ(n))
``` gilt.
```
gilt.
Wir erhalten `d` mittels [`modmath.py`](modmath.py):
```python
In [3]: phi = (p-1) * (q-1)