Skip to content

Commit 0fde3bb

Browse files
committed
Add missing source
1 parent ea96191 commit 0fde3bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/project_specification.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Goal
44

5-
The goal is to produce an encryption application following the [RSA algorithm](https://en.wikipedia.org/wiki/RSA_(cryptosystem)).
5+
The goal is to produce an encryption application following the RSA algorithm.
66

77
## Features
88

@@ -33,3 +33,4 @@ The algorithm calculates the greatest common divisor of two numbers, a and b, as
3333

3434
1. "[Extended Euclidean algorithm](https://en.wikipedia.org/wiki/Extended_Euclidean_algorithm)", 2021, *Wikipedia*, wiki article, viewed 15 May 2022.
3535
2. "[Miller-Rabin primality test](https://en.wikipedia.org/wiki/Miller%E2%80%93Rabin_primality_test)", 2022, *Wikipedia*, wiki article, viewed 15 May 2022.
36+
3. "[RSA (cryptosystem)](https://en.wikipedia.org/wiki/RSA_(cryptosystem))", 2022, *Wikipedia*, wiki article, viewed 15 May 2022.

0 commit comments

Comments
 (0)