Skip to content

Commit 9ab876d

Browse files
Update README.md
1 parent 5e75d8f commit 9ab876d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RSA-Encryption-Algorithm-in-Python
22

3-
This is a Python3 implementation to the RSA encryption algorithm using the Extended Euclidean algorithm (also known as extended gcd).
3+
This is a Python3 implementation to the [RSA Encryption Algorithm](https://en.wikipedia.org/wiki/RSA_(cryptosystem)) using the Extended Euclidean algorithm (also known as extended gcd).
44

55
## Usage
66

0 commit comments

Comments
 (0)