Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdsn authored Jan 8, 2024
1 parent 5c9df7c commit 461fa54
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ assert p * q == N
print(f"Found {p = } and {q = }")
```

Then you can simply execute the file using Sage. It does not matter where you execute it from, the Python path is automagically set (
you can also call the attacks from other Python files, but then you'll have to fix the Python path yourself):
Then you can simply execute the file using Sage. It does not matter where you execute it from, the Python path is automagically set (you can also call the attacks from other Python files, but then you'll have to fix the Python path yourself):
```commandline
[crypto-attacks]$ sage -python attacks/rsa/boneh_durfee.py
INFO:root:Trying m = 3, t = 1...
Expand Down

0 comments on commit 461fa54

Please sign in to comment.