We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee8510f commit ea819e3Copy full SHA for ea819e3
README.md
@@ -5,7 +5,7 @@ This project contains the implementation of the popular RSA cryptosystem in **C+
5
Currently the cryptosystem supports en-/decryption of a single character or a whole string.
6
7
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)
+(It is a dynamic *key-length* implementation planned)
9
10
## Project structure
11
The complete implementation and all source files are in the subdirectory **src/**.
0 commit comments