Fix codeblock
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user