We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3282f50 commit fc89ae1Copy full SHA for fc89ae1
1 file changed
README.md
@@ -128,7 +128,7 @@ class Program
128
This library provides a straightforward implementation of RSA encryption and decryption in C# using the .NET `RSACryptoServiceProvider`.
129
It includes methods for generating RSA key pairs, encrypting data with a public key, and decrypting data with a private key.
130
131
-For more details on RSA Encryption, check the [Rsa.md](../doc/Rsa.md) document.
+For more details on RSA Encryption, check the [Rsa.md](doc/Rsa.md) document.
132
133
134
## Contributing
0 commit comments