Fix link
This commit is contained in:
@ -10,9 +10,9 @@ Die Gleichung zum Signieren mittels RSA lautet
|
||||
sign(m) = h(m)^d mod n
|
||||
```
|
||||
Die Zahlen `h(m)`, `d` und `n` sind vorgegeben.
|
||||
Für Code, siehe [Weak Hybrid Encryption](weak-hybrid-encrption).
|
||||
Für Code, siehe [Weak Hybrid Encryption](weak-hybrid-encryption).
|
||||
Wir können direkt die Signatur berechnen:
|
||||
```
|
||||
```python
|
||||
In [1]: h = 4294967295
|
||||
|
||||
In [2]: d, n = 136645298869, 205531456619
|
||||
|
Reference in New Issue
Block a user