You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ This is a Python3 implementation to the RSA encryption algorithm using the Exten
8
8
9
9
## Implementation Note
10
10
11
-
The prime numbers generated (p, q) are ranged from 100 to 500 only for demo purposes while they should be very large primes like 1024 or 2048 bits long for more complex encryption - [Read more about the RSA Factoring Challenge](https://en.wikipedia.org/wiki/RSA_Factoring_Challenge)
11
+
The prime numbers generated (p, q) are ranged from 100 to 500 only for demo purposes while they should be very large primes like 1024 or 2048 bits long for more complex encryption - [Read more about the RSA Factoring Challenge.](https://en.wikipedia.org/wiki/RSA_Factoring_Challenge)
0 commit comments