Skip to content

Commit ea819e3

Browse files
committed
updated readme
1 parent ee8510f commit ea819e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This project contains the implementation of the popular RSA cryptosystem in **C+
55
Currently the cryptosystem supports en-/decryption of a single character or a whole string.
66

77
The **RSA key-length** is currently *256 bit*. The *boost multiprecision* subset is used for that key length implementation.
8-
(It is planed to implent a dynamic *key-length* implementation)
8+
(It is a dynamic *key-length* implementation planned)
99

1010
## Project structure
1111
The complete implementation and all source files are in the subdirectory **src/**.

0 commit comments

Comments
 (0)